|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdip.process.Adjustment.AdjustmentInfo
Class containing various information about Adjustments, for a given Power
Constructor Summary | |
protected |
Adjustment.AdjustmentInfo(RuleOptions ruleOpts)
Construct an AdjustmentInfo object |
Method Summary | |
int |
getAdjustmentAmount()
# of units to adjust (+/0/-) from current unit count. |
int |
getDislodgedUnitCount()
# of dislodged units for this power |
int |
getHomeSupplyCenterCount()
# of home supply centers |
int |
getSupplyCenterCount()
# of supply centers for this power (includes home supply centers) |
int |
getUnitCount()
# of units for this power |
java.lang.String |
toString()
mostly for debugging |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected Adjustment.AdjustmentInfo(RuleOptions ruleOpts)
Method Detail |
public int getAdjustmentAmount()
public int getUnitCount()
public int getDislodgedUnitCount()
public int getSupplyCenterCount()
public int getHomeSupplyCenterCount()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |