Package | Description |
---|---|
simkit |
Contains the basic functionality of simkit.
|
Modifier and Type | Field and Description |
---|---|
static SimEventState |
SimEventState.INTERRUPTED
The event has been canceled and will never be processed.
|
static SimEventState |
SimEventState.PROCESSED
The event has been processed by its scheduling SimEntity.
|
static SimEventState |
SimEventState.UNUSED
The event object is not currently in use.
|
static SimEventState |
SimEventState.WAITING
The event is on the event list waiting to be processed.
|
private SimEventState |
SimEvent.waitState
The current state of this event.
|
Modifier and Type | Method and Description |
---|---|
SimEventState |
SimEvent.getWaitState()
An event is either WAITING or INTERRUPTED.
|
Modifier and Type | Method and Description |
---|---|
void |
SimEvent.setWaitState(SimEventState state) |