|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gecco.server.automaton.AutomatonReturn
Description of the Class
Field Summary | |
protected UnitEvent |
event
Description of the Field |
protected double |
neighboursTimeToExecution
Description of the Field |
protected double |
selfTimeToExecution
Description of the Field |
Constructor Summary | |
AutomatonReturn()
|
Method Summary | |
double |
getNeighboursTimeToExecution()
Gets the NeighboursTimeToExecution attribute of the AutomatonReturn object |
double |
getSelfTimeToExecution()
Gets the SelfTimeToExecution attribute of the AutomatonReturn object |
UnitEvent |
getUnitEvent()
Gets the UnitEvent attribute of the AutomatonReturn object |
void |
setUnitEvent(UnitEvent unitEvent)
Sets the UnitEvent attribute of the AutomatonReturn object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected UnitEvent event
protected double selfTimeToExecution
protected double neighboursTimeToExecution
Constructor Detail |
public AutomatonReturn()
Method Detail |
public void setUnitEvent(UnitEvent unitEvent)
unitEvent
- The new UnitEvent valuepublic double getSelfTimeToExecution()
public double getNeighboursTimeToExecution()
public UnitEvent getUnitEvent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |