Package | Description |
---|---|
com.net2plan.interfaces.timeVaryingTrafficSimulation |
Provides a set of classes and interfaces for the time-varying traffic simulator tool.
|
Modifier and Type | Method and Description |
---|---|
TrafficAllocationAction.ActionType |
TrafficAllocationAction.getActionType()
Returns the action type.
|
static TrafficAllocationAction.ActionType |
TrafficAllocationAction.ActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrafficAllocationAction.ActionType[] |
TrafficAllocationAction.ActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TrafficAllocationAction(TrafficAllocationAction.ActionType type,
int id)
Constructor to define a 'remove link/protection segment/route' action.
|
TrafficAllocationAction(TrafficAllocationAction.ActionType type,
int id,
double erlangs)
Constructor to define a 'modify link/protection segment/route' action.
|