The CausalLink
class provides casual links between events.
The Entity
class represents a single simulation entity for event-scheduling
simulation.
The Event
class provides facilities for defining simulation events.
The EventNode
class provides facilities for representing simulation events
graphically.
The Model
class schedules events and implements the time advance mechanism
for simulation model following the event-scheduling world view.
The WaitQueue
class is used to hold entities waiting for service and
collect statistics on waiting times.
The event package contains classes, traits and objects for event oriented simulation models (for example, event scheduling or event graphs).