net.vee.btech.saikoro
Class Round
java.lang.Object
|
+--net.vee.btech.saikoro.Round
- public class Round
- extends java.lang.Object
Basic unit data tracked from round to round .
|
Constructor Summary |
Round(int aRound)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Round
public Round(int aRound)
getRound
public int getRound()
getInitative
public Initative getInitative()
setInitative
public void setInitative(Initative aInitative)
getMovement
public Movement getMovement()
setMovement
public void setMovement(Movement aMove)
getHeat
public int getHeat()
setHeat
public void setHeat(int aHeat)
toXML
public void toXML(net.vee.io.xml.Generator aGenerator)
throws net.vee.io.xml.XMLException