|
Class Summary |
| Accumulate |
A subclass of StatProbe,
for collecting statistics on a
variable that evolves in simulation time, with a piecewise-constant trajectory. |
| Continuous |
Represents a variable in a continuous-time simulation. |
| ContinuousState |
Represents the portion of the simulator's state associated with
continuous-time simulation. |
| Event |
This abstract class provides event scheduling tools. |
| LinkedListStat<E> |
This class extends ListWithStat, and
uses a linked list as the internal data structure. |
| ListWithStat<E> |
Implements a list with integrated statistical
probes to provide automatic collection of
statistics on the sojourn times of objects in the list and on the
size of the list as a function of time given by a simulator. |
| ListWithStat.Node<E> |
Represents a node that can be part of a list with
statistical collecting. |
| Sim |
This static class contains the executive of a discrete-event simulation. |
| Simulator |
Represents the executive of a discrete-event simulator. |