Package | Description |
---|---|
com.net2plan.interfaces.cacSimulation |
Provides a set of classes and interfaces for the connection simulator tool.
|
Modifier and Type | Method and Description |
---|---|
List<CACEvent> |
IConnectionEventGenerator.initialize(NetPlan netPlan,
ConnectionNetState netState,
Map<String,String> algorithmParameters,
Map<String,String> net2planParameters)
Initializes the connection generator (i.e. reading input parameters)
|
List<CACEvent> |
IConnectionEventGenerator.processEvent(NetPlan netPlan,
ConnectionNetState netState,
CACEvent event)
Processes a new event.
|
Modifier and Type | Method and Description |
---|---|
List<CACAction> |
ICACAlgorithm.processEvent(NetPlan netPlan,
ConnectionNetState netState,
CACEvent event)
Processes a new event.
|
List<CACEvent> |
IConnectionEventGenerator.processEvent(NetPlan netPlan,
ConnectionNetState netState,
CACEvent event)
Processes a new event.
|
int |
ConnectionNetState.update(CACEvent event,
List<CACAction> actions)
Updates the current network state according to an event and its corresponding actions.
|