- toArray(Collection<Boolean>) - Static method in class com.net2plan.utils.BooleanUtils
-
Converts a collection (List
, Set
...) of Boolean
objects to a boolean
array.
- toArray(Collection<Double>) - Static method in class com.net2plan.utils.DoubleUtils
-
Converts a collection (List
, Set
...) of Double
objects to a double
array.
- toArray(Collection<Integer>) - Static method in class com.net2plan.utils.IntUtils
-
Converts a collection (List
, Set
...) of Integer
objects to a int
array.
- toArray(Collection) - Static method in class com.net2plan.utils.StringUtils
-
Converts a collection (List
, Set
...) of objects to a String
array.
- toBooleanArray(String[], boolean) - Static method in class com.net2plan.utils.StringUtils
-
Converts a String
array to a boolean
array.
- toDoubleArray(int[]) - Static method in class com.net2plan.utils.IntUtils
-
Converts an int
array to a double
array
- toDoubleArray(String[]) - Static method in class com.net2plan.utils.StringUtils
-
Converts a String
array to a double
array.
- toDoubleArray(String[], double) - Static method in class com.net2plan.utils.StringUtils
-
Converts a String
array to a double
array.
- toIntArray(double[]) - Static method in class com.net2plan.utils.DoubleUtils
-
Converts a double
array to an int
array
- toIntArray(String[]) - Static method in class com.net2plan.utils.StringUtils
-
Converts a String
array to an int
array.
- toIntArray(String[], int) - Static method in class com.net2plan.utils.StringUtils
-
Converts a String
array to an int
array.
- toList(boolean[]) - Static method in class com.net2plan.utils.BooleanUtils
-
Converts from a boolean
array to a list.
- toList(double[]) - Static method in class com.net2plan.utils.DoubleUtils
-
Converts from a double
array to a list.
- toList(int[]) - Static method in class com.net2plan.utils.IntUtils
-
Converts from a int
array to a list.
- toList(String[]) - Static method in class com.net2plan.utils.StringUtils
-
Converts from a String
array to a list.
- toString() - Method in class com.net2plan.interfaces.cacSimulation.CACAction
-
Returns a String
representation of the object.
- toString() - Method in class com.net2plan.interfaces.cacSimulation.CACEvent
-
Returns a String
representation of the object.
- toString() - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Returns a String representation of the network plan.
- toString() - Method in class com.net2plan.interfaces.resilienceSimulation.ProvisioningAction
-
Returns a String
representation of the object.
- toString() - Method in class com.net2plan.interfaces.resilienceSimulation.ResilienceEvent
-
Returns a String
representation of the object.
- toString() - Method in class com.net2plan.interfaces.resilienceSimulation.ResilienceNetState
-
Returns a String
representation of the object.
- toString() - Method in class com.net2plan.interfaces.timeVaryingTrafficSimulation.TrafficAllocationAction
-
Returns a String
representation of the object.
- toString() - Method in class com.net2plan.interfaces.timeVaryingTrafficSimulation.TrafficChangeEvent
-
Returns a String
representation of the object.
- toString() - Method in class com.net2plan.libraries.CandidatePathList
-
A formatted String
describing the paths in the list, their associated demands and sequence of links
- toString() - Method in class com.net2plan.utils.Pair
-
Returns a String
representation of this pair using the format (first, second).
- toString() - Method in class com.net2plan.utils.Quadruple
-
Returns a String
representation of this quadruple using the format (first, second, third, fourth).
- toString() - Method in class com.net2plan.utils.Triple
-
Returns a String
representation of this triple using the format (first, second, third).
- TrafficAllocationAction - Class in com.net2plan.interfaces.timeVaryingTrafficSimulation
-
Provides a set of actions to be returned by allocation algorithms.
- TrafficAllocationAction(int, int, double, double, Map<String, String>) - Constructor for class com.net2plan.interfaces.timeVaryingTrafficSimulation.TrafficAllocationAction
-
Constructor to define an 'add link' action.
- TrafficAllocationAction(double, int[], Map<String, String>) - Constructor for class com.net2plan.interfaces.timeVaryingTrafficSimulation.TrafficAllocationAction
-
Constructor to define an 'add protection segment' action.
- TrafficAllocationAction(int, double, int[], int[], Map<String, String>) - Constructor for class com.net2plan.interfaces.timeVaryingTrafficSimulation.TrafficAllocationAction
-
Constructor to define an 'add route' action.
- TrafficAllocationAction(TrafficAllocationAction.ActionType, int) - Constructor for class com.net2plan.interfaces.timeVaryingTrafficSimulation.TrafficAllocationAction
-
Constructor to define a 'remove link/protection segment/route' action.
- TrafficAllocationAction(TrafficAllocationAction.ActionType, int, double) - Constructor for class com.net2plan.interfaces.timeVaryingTrafficSimulation.TrafficAllocationAction
-
Constructor to define a 'modify link/protection segment/route' action.
- TrafficAllocationAction.ActionType - Enum in com.net2plan.interfaces.timeVaryingTrafficSimulation
-
Type of action.
- TrafficChangeEvent - Class in com.net2plan.interfaces.timeVaryingTrafficSimulation
-
Represents a traffic change event.
- TrafficChangeEvent(double, Calendar) - Constructor for class com.net2plan.interfaces.timeVaryingTrafficSimulation.TrafficChangeEvent
-
Default constructor.
- TrafficMatrixGenerationModels - Class in com.net2plan.libraries
-
Set of methods implementing different traffic generation models based on traffic matrices.
- TrafficMatrixGenerationModels() - Constructor for class com.net2plan.libraries.TrafficMatrixGenerationModels
-
- Triple<A,B,C> - Class in com.net2plan.utils
-
A tuple consisting of three elements.
- Triple(A, B, C) - Constructor for class com.net2plan.utils.Triple
-
Default constructor.