- random(double, double) - Static method in class com.net2plan.utils.RandomUtils
-
Returns a random double in range [minValue, maxValue]
- random(double, double, Random) - Static method in class com.net2plan.utils.RandomUtils
-
Returns a random double in range [minValue, maxValue]
- random(int, int) - Static method in class com.net2plan.utils.RandomUtils
-
Returns a random integer in range [minValue, maxValue]
- random(int, int, Random) - Static method in class com.net2plan.utils.RandomUtils
-
Returns a random integer in range [minValue, maxValue]
- random(long, long) - Static method in class com.net2plan.utils.RandomUtils
-
Returns a random long in range [minValue, maxValue]
- random(long, long, Random) - Static method in class com.net2plan.utils.RandomUtils
-
Returns a random long in range [minValue, maxValue]
- random(double, double, int) - Static method in class com.net2plan.utils.RandomUtils
-
Returns a random double vector, with elements in range [minValue, maxValue]
- random(double, double, int, Random) - Static method in class com.net2plan.utils.RandomUtils
-
Returns a random double vector, with elements in range [minValue, maxValue]
- random(int, int, int) - Static method in class com.net2plan.utils.RandomUtils
-
Returns a random integer vector, with elements in range [minValue, maxValue]
- random(int, int, int, Random) - Static method in class com.net2plan.utils.RandomUtils
-
Returns a random integer vector, with elements in range [minValue, maxValue]
- random(long, long, int) - Static method in class com.net2plan.utils.RandomUtils
-
Returns a random long vector, with elements in range [minValue, maxValue]
- random(long, long, int, Random) - Static method in class com.net2plan.utils.RandomUtils
-
Returns a random long vector, with elements in range [minValue, maxValue]
- RandomUtils - Class in com.net2plan.utils
-
Provides static methods to obtain both random numbers and vectors.
- RandomUtils() - Constructor for class com.net2plan.utils.RandomUtils
-
- read2DMatrixFromFile(File, boolean) - Static method in class com.net2plan.libraries.TrafficMatrixGenerationModels
-
Reads a 2D matrix from a file.
- readFromOptionsDefaultFile() - Static method in class com.net2plan.interfaces.networkDesign.Configuration
-
Reads options from the default file.
- readFromOptionsFile(File) - Static method in class com.net2plan.interfaces.networkDesign.Configuration
-
Reads options from a given file.
- 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
-
Removes the connection given by the identifier
- 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
-
Removes a given attribute from a demand.
- removeDemands(int[]) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Removes a set of demands.
- 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
-
Removes a given attribute from a link.
- removeLinks(int[]) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Removes a set of links.
- removeNetworkAttribute(String) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Removes a given attribute from the network.
- 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
-
Removes a given attribute from a node.
- removeNodes(int[]) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Removes a set of nodes.
- removePath(int) - Method in class com.net2plan.libraries.CandidatePathList
-
Removes a path from the candidate path list.
- 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
-
Removes a given attribute from a segment.
- 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
-
Removes a set of protection segments.
- 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
-
Removes a given attribute from a route.
- removeRoutes(int[]) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Removes a set of routes.
- reset() - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Resets the network.
- ResilienceEvent - Class in com.net2plan.interfaces.resilienceSimulation
-
Provides a set of events to be returned by resilience event generators.
- ResilienceEvent(double, int, ResilienceEvent.EventType) - Constructor for class com.net2plan.interfaces.resilienceSimulation.ResilienceEvent
-
Constructor to define failure/reparation events.
- ResilienceEvent.EventType - Enum in com.net2plan.interfaces.resilienceSimulation
-
Type of event.
- ResilienceNetState - Class in com.net2plan.interfaces.resilienceSimulation
-
Represents the current state of a network within the resilience simulation:
SRGs/nodes/links up/down, current carried traffic per link...
- ResilienceNetState(NetPlan) - Constructor for class com.net2plan.interfaces.resilienceSimulation.ResilienceNetState
-
Default constructor.
- reverse(double[]) - Static method in class com.net2plan.utils.DoubleUtils
-
Reverses the order of the elements of the input array (it will be overriden).
- reverse(int[]) - Static method in class com.net2plan.utils.IntUtils
-
Reverses the order of the elements of the input array (it will be overriden).
- round(double, int) - Static method in class com.net2plan.utils.DoubleUtils
-
Rounds a number to the closest double
given the number of
required decimal places.
- routingTableMatrixToString(int[][], double[][]) - Static method in class com.net2plan.libraries.IPUtils
-
Outputs a given set of routing tables to a String
.