Package | Description |
---|---|
com.net2plan.interfaces.simulation |
Provides a set of classes for the online simulator tool.
|
Modifier and Type | Method and Description |
---|---|
SimEvent |
SimEvent.setEventPriority(int priority)
Sets scheduling priority of the message.
|
SimEvent |
SimEvent.setEventType(int type)
Sets the message kind.
|
Modifier and Type | Method and Description |
---|---|
int |
SimEvent.compareTo(SimEvent e) |
abstract void |
ICombinedEventGenerator.processEvent(NetPlan currentNetPlan,
SimEvent event) |
abstract void |
ICombinedEventProcessor.processEvent(NetPlan currentNetPlan,
SimEvent event) |
abstract void |
IEventGenerator.processEvent(NetPlan currentNetPlan,
SimEvent event)
Processes the next event in the future event list.
|
abstract void |
IEventProcessor.processEvent(NetPlan currentNetPlan,
SimEvent event)
Processes the next event in the future event list.
|
void |
IEventGenerator.scheduleEvent(SimEvent event)
Adds a new event to the future event list.
|
void |
IEventProcessor.scheduleEvent(SimEvent event)
Adds a new event to the future event list.
|