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)
           
 
Method Summary
 int getHeat()
           
 Initative getInitative()
           
 Movement getMovement()
           
 int getRound()
           
 void setHeat(int aHeat)
           
 void setInitative(Initative aInitative)
           
 void setMovement(Movement aMove)
           
 void toXML(net.vee.io.xml.Generator aGenerator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Round

public Round(int aRound)
Method Detail

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