Package | Description |
---|---|
com.net2plan.interfaces.resilienceSimulation |
Provides a set of classes and interfaces for the resilience simulator tool.
|
Modifier and Type | Method and Description |
---|---|
ResilienceEvents |
IResilienceEventGenerator.processEvent(NetPlan netPlan,
FailureNetState netState,
ResilienceEvents event,
Object internalState) |
Modifier and Type | Method and Description |
---|---|
ProvisioningActions |
IProvisioningAlgorithm.executeProvisioningAlgorithm(NetPlan netPlan,
FailureNetState netState,
ResilienceEvents event,
Object internalStateObject)
Executes the provisioning algorithm.
|
void |
FailureNetState.getFailureEffects(ResilienceEvents event,
Set<Integer> nodesDown,
Set<Integer> linksDown,
Set<Integer> affectedRoutes,
List<Double> currentLinkAvailableCapacity,
Set<Integer> segmentsDown,
List<Double> currentSegmentAvailableCapacity) |
void |
FailureNetState.getReparationEffects(ResilienceEvents event,
Set<Integer> nodesDown,
Set<Integer> linksDown,
Set<Integer> affectedRoutes,
List<Double> currentLinkAvailableCapacity) |
ResilienceEvents |
IResilienceEventGenerator.processEvent(NetPlan netPlan,
FailureNetState netState,
ResilienceEvents event,
Object internalState) |
void |
FailureNetState.update(ResilienceEvents event,
ProvisioningActions actions)
Update the network state.
|