See: Description
| Class | Description |
|---|---|
| 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.
|
| Enum | Description |
|---|---|
| ContinuousState.IntegMethod |
The class umontreal.iro.lecuyer.simeventsLinkedListStat implements doubly linked lists, with tools for inserting, removing, and viewing objects in the list, and automatic statistical collection. These lists can contain any kind of java.langObject.
To submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.