A B C D E F G H I J K L M N O P Q R S T U V W Z 

R

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
 
readFromOptionsFile(File) - Static method in class com.net2plan.interfaces.networkDesign.Configuration
Reads options from a given file.
readImageFromFile(File) - Static method in class com.net2plan.utils.ImageUtils
Reads an image from a 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.
removeAllRoutes() - Method in class com.net2plan.interfaces.timeVaryingTrafficSimulation.TrafficAllocationActions
 
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
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.
removeLink(int) - Method in class com.net2plan.interfaces.timeVaryingTrafficSimulation.TrafficAllocationActions
 
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.
removeProtectionSegment(int) - Method in class com.net2plan.interfaces.timeVaryingTrafficSimulation.TrafficAllocationActions
 
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.
removeProtectionSegmentFromRouteBackupSegmentList(int, int) - Method in class com.net2plan.interfaces.timeVaryingTrafficSimulation.TrafficAllocationActions
 
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.
removeRoute(int) - Method in class com.net2plan.interfaces.timeVaryingTrafficSimulation.TrafficAllocationActions
 
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.
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
 
ResilienceNetState - Class in com.net2plan.interfaces.resilienceSimulation
 
ResilienceNetState(NetPlan) - Constructor for class com.net2plan.interfaces.resilienceSimulation.ResilienceNetState
Initializes a network state structure.
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
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).
routingTableMatrixToString(int[][], double[][]) - Static method in class com.net2plan.libraries.IPUtils
Outputs a given set of routing tables to a String.
A B C D E F G H I J K L M N O P Q R S T U V W Z