See: Description
Interface | Description |
---|---|
IProvisioningAlgorithm |
Contract that must be fulfilled such that a provisioning algorithm can be run in
Net2Plan . |
IResilienceEventGenerator |
Contract that must be fulfilled such that a failure/reparation event generator can be run in the
Connection simulator included within Net2Plan . |
Class | Description |
---|---|
ProvisioningAction |
Provides a set of actions to be returned by provisioning algorithms.
|
ResilienceEvent |
Provides a set of events to be returned by resilience event generators.
|
ResilienceNetState |
Represents the current state of a network within the resilience simulation:
SRGs/nodes/links up/down, current carried traffic per link...
|
Enum | Description |
---|---|
ProvisioningAction.ActionType |
Type of action.
|
ResilienceEvent.EventType |
Type of event.
|