Interface | Description |
---|---|
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 | Description |
---|---|
Atomic<X> |
This interface is implemented by atomic DEVS models.
|
Devs |
This is the base class for all DEVS models.
|
Digraph |
This is a digraph model for connecting multiple input/multiple output
systems.
|
Digraph.PortValue |
Input and output for the Digraph and its components
must be PortValue objects.
|
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.
|
SimpleDigraph |
This is a very simple digraph model for connecting single input/single output
systems.
|
Simulator |
This is a wrapper around the C++ Simulator class.
|
Exception | Description |
---|---|
SimulationException |
These exceptions are thrown by the simulator to indicate problems
at execution time.
|