Package adevs

Interface Summary
EventListener 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.
 

Class Summary
Atomic<X> This interface is implemented by atomic DEVS models.
Devs This is the base class for all DEVS models.
Event 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.
Network This is the base class for all Network (coupled) models.
Simulator This is a wrapper around the C++ Simulator class.
 

Exception Summary
SimulationException These exceptions are thrown by the simulator to indicate problems at execution time.