Package | Description |
---|---|
desmoj.core.simulator |
The core simulation infrastructure and basic components.
|
Modifier and Type | Class and Description |
---|---|
class |
EventTreeList
Alternative Implementation of the interface
EventList using a
tree-based list as a container for the event-notes, yielding both access and
removal of event-list entries in O(log n) time. |
class |
RandomizingEventTreeList
A specialized Event tree list providing random order for concurrent Event notes.
|
class |
SortedMapEventList
An
EventList implementation that is based on a sorted map (TreeMap). |
Constructor and Description |
---|
Scheduler(Experiment exp,
java.lang.String name,
EventList eventList)
Constructs a scheduler with given name and the event-list (i.e. inheritor
of
desmoj.core.simulator.EventList ) to use. |