Rainbow
Class Status

java.lang.Object
  |
  +--Rainbow.Status
All Implemented Interfaces:
Serializable

public class Status
extends Object
implements Serializable

Used to report what happened in a simulation step.

See Also:
Serialized Form

Field Summary
 ChannelEvent[] events
          What events happened in this simulator step.
 long time
          What is the simulator time.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

public long time
What is the simulator time.

events

public ChannelEvent[] events
What events happened in this simulator step.