Package | Description |
---|---|
com.net2plan.interfaces.resilienceSimulation |
Provides a set of classes and interfaces for the resilience simulator tool.
|
Modifier and Type | Method and Description |
---|---|
List<ProvisioningAction> |
IProvisioningAlgorithm.processEvent(NetPlan netPlan,
ResilienceNetState netState,
ResilienceEvent event)
Executes the provisioning algorithm.
|
Modifier and Type | Method and Description |
---|---|
void |
ResilienceNetState.update(ResilienceEvent event,
List<ProvisioningAction> actions)
Update the network state.
|