gecco.server.automaton
Class AutomatonReturnNoAction

java.lang.Object
  |
  +--gecco.server.automaton.AutomatonReturn
        |
        +--gecco.server.automaton.AutomatonReturnNoAction

public class AutomatonReturnNoAction
extends AutomatonReturn

Description of the Class

Author:
Henrik Hägerström

Fields inherited from class gecco.server.automaton.AutomatonReturn
event, neighboursTimeToExecution, selfTimeToExecution
 
Constructor Summary
AutomatonReturnNoAction()
          Constructor for the AutomatonReturnNoAction object
AutomatonReturnNoAction(UnitEvent unitEvent)
          Constructor for the AutomatonReturnNoAction object
 
Methods inherited from class gecco.server.automaton.AutomatonReturn
getNeighboursTimeToExecution, getSelfTimeToExecution, getUnitEvent, setUnitEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutomatonReturnNoAction

public AutomatonReturnNoAction()
Constructor for the AutomatonReturnNoAction object

AutomatonReturnNoAction

public AutomatonReturnNoAction(UnitEvent unitEvent)
Constructor for the AutomatonReturnNoAction object
Parameters:
unitEvent - Description of Parameter