Package | Description |
---|---|
com.net2plan.interfaces.resilienceSimulation |
Provides a set of classes and interfaces for the resilience simulator tool.
|
Modifier and Type | Method and Description |
---|---|
FailureNetState |
FailureNetState.copy()
Returns a deep copy of the network state
|
FailureNetState |
FailureNetState.unmodifiableView()
Returns an unmodifiable view of the network state.
|
Modifier and Type | Method and Description |
---|---|
ProvisioningActions |
IProvisioningAlgorithm.executeProvisioningAlgorithm(NetPlan netPlan,
FailureNetState netState,
ResilienceEvents event,
Object internalStateObject)
Executes the provisioning algorithm.
|
Object |
IProvisioningAlgorithm.initialize(NetPlan netPlan,
FailureNetState netState,
Map<String,String> algorithmParameters,
Map<String,String> net2planParameters) |
Object |
IResilienceEventGenerator.initialize(NetPlan netPlan,
FailureNetState netState,
Map<String,String> algorithmParameters,
Map<String,String> net2planParameters) |
ResilienceEvents |
IResilienceEventGenerator.processEvent(NetPlan netPlan,
FailureNetState netState,
ResilienceEvents event,
Object internalState) |
Constructor and Description |
---|
FailureNetState(FailureNetState netState,
boolean isModifiable) |