- acceptRequestedConnection(double, int[]) - Method in class com.net2plan.interfaces.cacSimulation.ConnectionActions
-
- activityFunction(double, int) - Static method in class com.net2plan.libraries.TrafficMatrixGenerationModels
-
- activityFunction(int[][], double[], double, int[]) - Static method in class com.net2plan.libraries.TrafficMatrixGenerationModels
-
- addAll(ProvisioningActions) - Method in class com.net2plan.interfaces.resilienceSimulation.ProvisioningActions
-
- addConnection(int, int, int[], double, double, double, double) - Method in class com.net2plan.interfaces.cacSimulation.ConnectionNetState
-
- 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
-
- addLink(int, int, double, double, Map<String, String>) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Adds a new link to the network.
- addLinkFailureEvent(int, double) - Method in class com.net2plan.interfaces.resilienceSimulation.ResilienceEvents
-
- addLinkReparationEvent(int, double) - Method in class com.net2plan.interfaces.resilienceSimulation.ResilienceEvents
-
- addNode(double, double, String, Map<String, String>) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Adds a new node to the network.
- addNodeFailureEvent(int, double) - Method in class com.net2plan.interfaces.resilienceSimulation.ResilienceEvents
-
- addNodeReparationEvent(int, double) - Method in class com.net2plan.interfaces.resilienceSimulation.ResilienceEvents
-
- 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.
- addRelease(int, double) - Method in class com.net2plan.interfaces.cacSimulation.ConnectionEvents
-
- addRequest(int, int, double, double, double) - Method in class com.net2plan.interfaces.cacSimulation.ConnectionEvents
-
- 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.
- addSRGFailureEvent(int, double) - Method in class com.net2plan.interfaces.resilienceSimulation.ResilienceEvents
-
- addSRGReparationEvent(int, double) - Method in class com.net2plan.interfaces.resilienceSimulation.ResilienceEvents
-
- 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
-
- average(int[]) - Static method in class com.net2plan.utils.IntUtils
-
- averageNonZeros(double[]) - Static method in class com.net2plan.utils.DoubleUtils
-