Package | Description |
---|---|
com.net2plan.interfaces.resilienceSimulation |
Provides a set of classes and interfaces for the resilience simulator tool.
|
Modifier and Type | Method and Description |
---|---|
ResilienceEvent.EventType |
ResilienceEvent.getEventType()
Returns the event type.
|
static ResilienceEvent.EventType |
ResilienceEvent.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResilienceEvent.EventType[] |
ResilienceEvent.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ResilienceEvent(double eventTime,
int id,
ResilienceEvent.EventType type)
Constructor to define failure/reparation events.
|