Package | Description |
---|---|
com.net2plan.libraries |
Provides a set of useful libraries to develop algorithms and reports.
|
com.net2plan.utils |
General utility static methods.
|
Modifier and Type | Method and Description |
---|---|
static double[] |
TrafficMatrixGenerationModels.normalizeTraffic_networkCapacity(NetPlan netPlan,
Constants.ShortestPathType shortestPathType)
Returns the maximum scaled version of the offered traffic vector so
that the network capacity (summation of capacity of all links) is exhausted.
|
Modifier and Type | Method and Description |
---|---|
static Constants.ShortestPathType |
Constants.ShortestPathType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.ShortestPathType[] |
Constants.ShortestPathType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|