- activityFactor(double, int, double, double) - Static method in class com.net2plan.libraries.TrafficMatrixGenerationModels
-
Returns the activity factor of a node, given the current UTC hour and its timezone (see [1]).
- addDemand(int, int, double, Map<String, String>) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Adds a new traffic demand to the network.
- addDemandsFrom(NetPlan) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Adds to the current network plan the traffic demand set from other network plan.
- addLink(int, int, double, double, Map<String, String>) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Adds a new link to the network.
- addNode(double, double, String, Map<String, String>) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Adds a new node to the network.
- addPath(int, int[]) - Method in class com.net2plan.libraries.CandidatePathList
-
Adds a new path to the path list.
- addProtectionSegment(int[], double, Map<String, String>) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Adds a new protection segment to the network.
- addProtectionSegmentToRouteBackupSegmentList(int, int) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Adds a protection segment to the list of backup protection segments of a route.
- addRoute(int, double, int[], int[], Map<String, String>) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Adds a new traffic route to the network.
- addRoutes(CandidatePathList, double[], boolean) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Adds traffic routes from a candidate path list.
- asObjectArray(boolean[]) - Static method in class com.net2plan.utils.BooleanUtils
-
Converts from a boolean
array to a Boolean
array.
- asObjectArray(double[]) - Static method in class com.net2plan.utils.DoubleUtils
-
Converts from a double
array to a Double
array.
- asObjectArray(int[]) - Static method in class com.net2plan.utils.IntUtils
-
Converts from an int
array to an Integer
array.
- asPrimitiveArray(Boolean[]) - Static method in class com.net2plan.utils.BooleanUtils
-
Converts from a Boolean
array to a boolean
array.
- asPrimitiveArray(Double[]) - Static method in class com.net2plan.utils.DoubleUtils
-
Converts from a Double
array to a double
array.
- asPrimitiveArray(Integer[]) - Static method in class com.net2plan.utils.IntUtils
-
Converts from an Integer
array to an int
array.
- average(double[]) - Static method in class com.net2plan.utils.DoubleUtils
-
Returns the average value of an array.
- average(int[]) - Static method in class com.net2plan.utils.IntUtils
-
Returns the average value of an array.
- averageNonZeros(double[]) - Static method in class com.net2plan.utils.DoubleUtils
-
Returns the average value only among non-zero values
- averageNonZeros(int[]) - Static method in class com.net2plan.utils.IntUtils
-
Returns the average value only among non-zero values