All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----simulation.events.Event | +----simulation.events.StateEvent
State events are created as instances of StateEvent -derived classes that override the abstract methods actions and condition.
The actions method is used to specify the actions of a class of state events. The actions of a state event are executed when its Condition returns true.
public StateEvent()
public final void schedule()
The activity is inserted at the back of the list of waiting activities.
All Packages Class Hierarchy This Package Previous Next Index