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 current state.
|
ConnectionNetState |
ConnectionNetState.unmodifiableView()
Returns an unmodifiable view of the network.
|
Modifier and Type | Method and Description |
---|---|
void |
ICACAlgorithm.initialize(NetPlan netPlan,
ConnectionNetState netState,
java.util.Map<java.lang.String,java.lang.String> algorithmParameters,
java.util.Map<java.lang.String,java.lang.String> net2planParameters)
Initializes the CAC algorithm (i.e. reading input parameters).
|
java.util.List<CACEvent> |
IConnectionEventGenerator.initialize(NetPlan netPlan,
ConnectionNetState netState,
java.util.Map<java.lang.String,java.lang.String> algorithmParameters,
java.util.Map<java.lang.String,java.lang.String> net2planParameters)
Initializes the connection generator (i.e. reading input parameters)
|
java.util.List<CACAction> |
ICACAlgorithm.processEvent(NetPlan netPlan,
ConnectionNetState netState,
CACEvent event)
Processes a new event.
|
java.util.List<CACEvent> |
IConnectionEventGenerator.processEvent(NetPlan netPlan,
ConnectionNetState netState,
CACEvent event)
Processes a new event.
|