Class Summary |
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. |