Package | Description |
---|---|
com.net2plan.interfaces.cacSimulation |
Provides a set of classes and interfaces for the connection simulator tool.
|
Modifier and Type | Method and Description |
---|---|
ConnectionNetState |
ConnectionNetState.copy()
Returns a deep copy of the network state
|
ConnectionNetState |
ConnectionNetState.unmodifiableView()
Returns an unmodifiable view of the network state.
|
Modifier and Type | Method and Description |
---|---|
Object |
ICACAlgorithm.initialize(NetPlan netPlan,
ConnectionNetState netState,
Map<String,String> algorithmParameters,
Map<String,String> net2planParameters) |
Object |
IConnectionEventGenerator.initialize(NetPlan netPlan,
ConnectionNetState netState,
Map<String,String> algorithmParameters,
Map<String,String> net2planParameters) |
ConnectionActions |
ICACAlgorithm.processEvent(NetPlan netPlan,
ConnectionNetState connectionNetState,
ConnectionEvents event,
Object internalState) |
ConnectionEvents |
IConnectionEventGenerator.processEvent(NetPlan netPlan,
ConnectionNetState connectionNetState,
ConnectionEvents event,
Object internalState) |