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 |
---|---|
void |
ITrafficAllocationAlgorithm.initialize(NetPlan netPlan,
TimeVaryingNetState netState,
java.util.Map<java.lang.String,java.lang.String> algorithmParameters,
java.util.Map<java.lang.String,java.lang.String> net2planParameters)
Initializes the allocation algorithm (i.e. reading input parameters).
|
java.util.List<TrafficAllocationAction> |
ITrafficAllocationAlgorithm.processEvent(NetPlan netPlan,
TimeVaryingNetState netState,
double[] h_d,
java.util.Calendar currentDate)
Processes a new event.
|