- acceptRequestedConnection(double, int[]) - Method in class com.net2plan.interfaces.cacSimulation.ConnectionActions
-
- activityFunction(double, int, double, double) - Static method in class com.net2plan.libraries.TrafficMatrixGenerationModels
-
Returns the activity function of a node, given the current UTC hour and its timezone (see [1]).
- 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
-
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.
- addLink(int, int, double, double, Map<String, String>) - Method in class com.net2plan.interfaces.timeVaryingTrafficSimulation.TrafficAllocationActions
-
- 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.
- addProtectionSegment(double, int[], Map<String, String>) - Method in class com.net2plan.interfaces.timeVaryingTrafficSimulation.TrafficAllocationActions
-
- 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.
- addProtectionSegmentToRouteBackupSegmentList(int, int) - Method in class com.net2plan.interfaces.timeVaryingTrafficSimulation.TrafficAllocationActions
-
- 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.
- addRoute(int, double, int[], Map<String, String>) - Method in class com.net2plan.interfaces.timeVaryingTrafficSimulation.TrafficAllocationActions
-
- 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
-
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