Package | Description |
---|---|
com.net2plan.interfaces.simulation |
Provides a set of classes for the online simulator tool.
|
Modifier and Type | Method and Description |
---|---|
SimEvent.DestinationModule |
SimEvent.getEventDestinationModule()
Returns the destination module of the event.
|
static SimEvent.DestinationModule |
SimEvent.DestinationModule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimEvent.DestinationModule[] |
SimEvent.DestinationModule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SimEvent(double eventTime,
SimEvent.DestinationModule destinationModule,
int type,
int priority,
Object object)
Constructor that allows to generate an event with a custom object.
|
SimEvent(double eventTime,
SimEvent.DestinationModule destinationModule,
int type,
Object object)
Constructor that allows to generate an event with a custom object.
|
Copyright © 2018. All rights reserved.