| 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<CACAction> |
ICACAlgorithm.processEvent(NetPlan netPlan,
ConnectionNetState netState,
CACEvent event)
Processes a new event.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ConnectionNetState.update(CACEvent event,
List<CACAction> actions)
Updates the current network state according to an event and its corresponding actions.
|