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

java.lang.Object
  extended by net.sf.freecol.common.model.CombatModel.CombatOdds
Enclosing interface:
CombatModel

public static class CombatModel.CombatOdds
extends java.lang.Object

Odds a particular outcome will occur in combat.


Field Summary
static float UNKNOWN_ODDS
           
 float win
           
 
Constructor Summary
CombatModel.CombatOdds(float win)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN_ODDS

public static final float UNKNOWN_ODDS
See Also:
Constant Field Values

win

public float win
Constructor Detail

CombatModel.CombatOdds

public CombatModel.CombatOdds(float win)