gecco.server.automaton
Class AutomatonReturnQueueNeighbours

java.lang.Object
  extended bygecco.server.automaton.AutomatonReturn
      extended bygecco.server.automaton.AutomatonReturnQueueNeighbours

public class AutomatonReturnQueueNeighbours
extends AutomatonReturn

Description of the Class

Author:
Henrik Hägerström

Field Summary
 
Fields inherited from class gecco.server.automaton.AutomatonReturn
event, neighboursTimeToExecution, selfTimeToExecution
 
Constructor Summary
AutomatonReturnQueueNeighbours(double neighboursTimeToExecution)
          Constructor for the AutomatonReturnQueueNeighbours object
AutomatonReturnQueueNeighbours(double neighboursTimeToExecution, UnitEvent unitEvent)
          Constructor for the AutomatonReturnQueueNeighbours 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

AutomatonReturnQueueNeighbours

public AutomatonReturnQueueNeighbours(double neighboursTimeToExecution)
Constructor for the AutomatonReturnQueueNeighbours object

Parameters:
neighboursTimeToExecution - Description of Parameter

AutomatonReturnQueueNeighbours

public AutomatonReturnQueueNeighbours(double neighboursTimeToExecution,
                                      UnitEvent unitEvent)
Constructor for the AutomatonReturnQueueNeighbours object

Parameters:
neighboursTimeToExecution - Description of Parameter
unitEvent - Description of Parameter