hades.simulator
Class SignalEvent

java.lang.Object
  extended byhades.simulator.SimEvent
      extended byhades.simulator.SignalEvent
All Implemented Interfaces:
java.io.Serializable

public class SignalEvent
extends SimEvent
implements java.io.Serializable

SignalEvent - the basic Hades simulation event.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class hades.simulator.SimEvent
arg, enable_recycling, id, source, STACK_SIZE, targetPort, time
 
Constructor Summary
SignalEvent(SimObject target, double time, java.lang.Object arg)
           
 
Method Summary
 void recycle()
           
 java.lang.String toString()
          toString() - the usual info method
 
Methods inherited from class hades.simulator.SimEvent
createNewSimEvent, createNewSimEvent, evaluate, getArg, getDebug, getNumberOfAvailableRecycledSimEvents, getNumberOfRecycledSimEvents, getNumberOfSimEvents, getSource, getTargetPort, getTime, setDebug, setTargetPort, toShortString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SignalEvent

public SignalEvent(SimObject target,
                   double time,
                   java.lang.Object arg)
Method Detail

recycle

public void recycle()
Overrides:
recycle in class SimEvent

toString

public java.lang.String toString()
toString() - the usual info method

Overrides:
toString in class SimEvent