- Event - Class in adevs
-
The Event class is used to inject models into a running
simulation, to route input and output within a network
model, and to receive notifications of output by an
EventListener.
- Event() - Constructor for class adevs.Event
-
Create an event with both its model and value set to null
- Event(Devs, Object) - Constructor for class adevs.Event
-
Create an event with both fields set.
- EventListener - Interface in adevs
-
The EventListener interface is implemented by classes
that will register with a Simulator to receive notification
when changes occur in a model's state and output.
- execNextEvent() - Method in class adevs.Simulator
-
Compute the output and next state at the next event time.
- execUntil(double) - Method in class adevs.Simulator
-
Simulate until nextEventTime() is greater than tend.