|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdip.judge.parser.AdjustmentParser.AdjustInfo
An AdjustInfo object is created for each power, and contains adjustment information
Constructor Summary | |
AdjustmentParser.AdjustInfo(java.lang.String power,
int numSC,
int numUnits,
int toBuildOrRemove)
Create an AdjustInfo object |
Method Summary | |
int |
getNumBuildOrRemove()
Number of units to build or remove |
int |
getNumSupplyCenters()
Current number of supply centers |
int |
getNumUnits()
Current number of units |
java.lang.String |
getPowerName()
Name of the Power |
java.lang.String |
toString()
String output for debugging; may change between versions. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AdjustmentParser.AdjustInfo(java.lang.String power, int numSC, int numUnits, int toBuildOrRemove)
Method Detail |
public java.lang.String getPowerName()
public int getNumSupplyCenters()
public int getNumUnits()
public int getNumBuildOrRemove()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |