Uses of Class
net.sf.freecol.common.model.CombatModel.CombatOdds

Packages that use CombatModel.CombatOdds
net.sf.freecol.common.model Contains the game model. 
 

Uses of CombatModel.CombatOdds in net.sf.freecol.common.model
 

Methods in net.sf.freecol.common.model that return CombatModel.CombatOdds
 CombatModel.CombatOdds SimpleCombatModel.calculateCombatOdds(Unit attacker, Unit defender)
          Calculates the chance of the outcomes of combat between the units.
 CombatModel.CombatOdds CombatModel.calculateCombatOdds(Unit attacker, Unit defender)
          Calculates the chance of the outcomes of combat between the units.