- random(double, double) - Static method in class com.net2plan.utils.RandomUtils
-
- random(double, double, Random) - Static method in class com.net2plan.utils.RandomUtils
-
- random(int, int) - Static method in class com.net2plan.utils.RandomUtils
-
- random(int, int, Random) - Static method in class com.net2plan.utils.RandomUtils
-
- random(long, long) - Static method in class com.net2plan.utils.RandomUtils
-
- random(long, long, Random) - Static method in class com.net2plan.utils.RandomUtils
-
- random(double, double, int) - Static method in class com.net2plan.utils.RandomUtils
-
- random(double, double, int, Random) - Static method in class com.net2plan.utils.RandomUtils
-
- random(int, int, int) - Static method in class com.net2plan.utils.RandomUtils
-
- random(int, int, int, Random) - Static method in class com.net2plan.utils.RandomUtils
-
- random(long, long, int) - Static method in class com.net2plan.utils.RandomUtils
-
- random(long, long, int, Random) - Static method in class com.net2plan.utils.RandomUtils
-
- RandomUtils - Class in com.net2plan.utils
-
- RandomUtils() - Constructor for class com.net2plan.utils.RandomUtils
-
- readFromOptionsFile(File) - Static method in class com.net2plan.interfaces.networkDesign.Configuration
-
- removeAllDemands() - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Removes all the demands defined within the network.
- removeAllLinks() - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Removes all the links defined within the network.
- removeAllNodes() - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Removes all the nodes defined within the network.
- removeAllProtectionSegments() - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Removes all the protection segments defined within the network.
- removeAllRoutes() - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Removes all the traffic routes defined within the network.
- removeConnection(int) - Method in class com.net2plan.interfaces.cacSimulation.ConnectionNetState
-
- removeDemand(int) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Removes the demand identified by the given parameter.
- removeDemandAttribute(int, String) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
- removeDemands(int[]) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
- removeLink(int) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Removes the link identified by the given parameter.
- removeLinkAttribute(int, String) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
- removeLinks(int[]) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
- removeNetworkAttribute(String) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
- removeNode(int) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Removes the node identified by the given parameter.
- removeNodeAttribute(int, String) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
- removeNodes(int[]) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
- removePath(int) - Method in class com.net2plan.libraries.CandidatePathList
-
- removeProtectionSegment(int) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Removes the specified protection segment from the network.
- removeProtectionSegmentAttribute(int, String) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
- removeProtectionSegmentFromRouteBackupSegmentList(int, int) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Removes a protection segment from the list of backup protection segments of a route.
- removeProtectionSegments(int[]) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
- removeRoute(int) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Removes the traffic route identified by the given parameter.
- removeRouteAttribute(int, String) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
- removeRoutes(int[]) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
- reroute(int, double, int[]) - Method in class com.net2plan.interfaces.resilienceSimulation.ProvisioningActions
-
- reset() - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Resets the network.
- ResilienceEvents - Class in com.net2plan.interfaces.resilienceSimulation
-
Provides a set of events to be returned by resilience event generators.
- ResilienceEvents() - Constructor for class com.net2plan.interfaces.resilienceSimulation.ResilienceEvents
-
- ResilienceUtils - Class in com.net2plan.libraries
-
Provides a set of static methods which can be useful when dealing with network resilience.
- ResilienceUtils() - Constructor for class com.net2plan.libraries.ResilienceUtils
-
- restoreRoute(int) - Method in class com.net2plan.interfaces.resilienceSimulation.ProvisioningActions
-
- reverse(double[]) - Static method in class com.net2plan.utils.DoubleUtils
-
- reverse(int[]) - Static method in class com.net2plan.utils.IntUtils
-
- routingTableMatrixToString(int[][], double[][]) - Static method in class com.net2plan.libraries.IPUtils
-
Outputs a given set of routing tables to a String
.