Package | Description |
---|---|
desmoj.core.simulator |
The core simulation infrastructure and basic components.
|
desmoj.extensions.space3D |
Objects in a 3D space and relevant motion operations.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalEventDebugOff
external event switching off the debug output for the experiment.
|
class |
ExternalEventDebugOn
ExternalEvent switching on the debug output for the experiment.
|
class |
ExternalEventReset
An external event to reset the statistic counters of the model.
|
class |
ExternalEventStop
The external event to stop a running experiment.
|
class |
ExternalEventTimedTrace
The ExternalEventTimedTrace class allows for inserting items with true time
values into the trace file.
|
class |
ExternalEventTraceOff
external event switching off the trace output for the experiment.
|
class |
ExternalEventTraceOn
external event switching on the trace output for the experiment.
|
Modifier and Type | Method and Description |
---|---|
ExternalEvent |
SimProcess.interruptDelayed(TimeInstant when)
Schedules this process to be interrupted at the given point in simulation
time.
|
ExternalEvent |
SimProcess.interruptDelayed(TimeSpan delay)
Schedules this process to be interrupted after the given delay.
|
Constructor and Description |
---|
RealTimeEventWrapper(ExternalEvent externalEvent)
Creates an real time wrapper for an external event.
|
RealTimeEventWrapper(ExternalEvent externalEvent,
long nanoTimeStamp)
Creates an real time wrapper for an external event.
|
Modifier and Type | Class and Description |
---|---|
class |
MovingDoneEvent
The MovingDoneEvent class represents a internal event which notifies
a MovableSpatialObject the end of its movement.
|
class |
RotatingDoneEvent
The RotatingDoneEvent class represents a internal event which notifies
a MovableSpatialObject the end of its rotation.
|