gecco.server.automaton
Class AutomatonReturnQueueSelfAndNeighbours
java.lang.Object
|
+--gecco.server.automaton.AutomatonReturn
|
+--gecco.server.automaton.AutomatonReturnQueueSelfAndNeighbours
- public class AutomatonReturnQueueSelfAndNeighbours
- extends AutomatonReturn
Description of the Class
- Author:
- Henrik Hägerström
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
AutomatonReturnQueueSelfAndNeighbours
public AutomatonReturnQueueSelfAndNeighbours(double _selfTimeToExecution,
double _neighboursTimeToExecution)
- Constructor for the AutomatonReturnQueueSelfAndNeighbours object
- Parameters:
_selfTimeToExecution
- Description of Parameter_neighboursTimeToExecution
- Description of Parameter
AutomatonReturnQueueSelfAndNeighbours
public AutomatonReturnQueueSelfAndNeighbours(double _selfTimeToExecution,
double _neighboursTimeToExecution,
UnitEvent unitEvent)
- Constructor for the AutomatonReturnQueueSelfAndNeighbours object
- Parameters:
_selfTimeToExecution
- Description of Parameter_neighboursTimeToExecution
- Description of ParameterunitEvent
- Description of Parameter