gecco.server.automaton
Class AutomatonReturn
java.lang.Object
|
+--gecco.server.automaton.AutomatonReturn
- Direct Known Subclasses:
- AutomatonReturnNoAction, AutomatonReturnQueueNeighbours, AutomatonReturnQueueSelective, AutomatonReturnQueueSelf, AutomatonReturnQueueSelfAndNeighbours
- public abstract class AutomatonReturn
- extends Object
Description of the Class
- Author:
- Henrik Hägerström
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
event
protected UnitEvent event
- Description of the Field
selfTimeToExecution
protected double selfTimeToExecution
- Description of the Field
neighboursTimeToExecution
protected double neighboursTimeToExecution
- Description of the Field
AutomatonReturn
public AutomatonReturn()
setUnitEvent
public void setUnitEvent(UnitEvent unitEvent)
- Sets the UnitEvent attribute of the AutomatonReturn object
- Parameters:
unitEvent
- The new UnitEvent value
getSelfTimeToExecution
public double getSelfTimeToExecution()
- Gets the SelfTimeToExecution attribute of the AutomatonReturn object
- Returns:
- The SelfTimeToExecution value
getNeighboursTimeToExecution
public double getNeighboursTimeToExecution()
- Gets the NeighboursTimeToExecution attribute of the AutomatonReturn
object
- Returns:
- The NeighboursTimeToExecution value
getUnitEvent
public UnitEvent getUnitEvent()
- Gets the UnitEvent attribute of the AutomatonReturn object
- Returns:
- The UnitEvent value