- unescapedStringRead(String) - Static method in class com.net2plan.utils.StringUtils
-
- uniformRandom(int, double, double) - Static method in class com.net2plan.libraries.TrafficMatrixGenerationModels
-
Generates a traffic matrix using a uniform random distribution.
- union(double[]...) - Static method in class com.net2plan.utils.DoubleUtils
-
Returns an array with all elements in input arrays (no repetitions).
- union(int[]...) - Static method in class com.net2plan.utils.IntUtils
-
Returns an array with all elements in input arrays (no repetitions).
- union(long[]...) - Static method in class com.net2plan.utils.LongUtils
-
Returns an array with all elements in input arrays (no repetitions).
- unique(double[]) - Static method in class com.net2plan.utils.DoubleUtils
-
Returns the same values of the input array
but with no repetitions.
- unique(int[]) - Static method in class com.net2plan.utils.IntUtils
-
Returns the same values of the input array
but with no repetitions.
- unique(Collection<Long>) - Static method in class com.net2plan.utils.LongUtils
-
Returns the same values of the input array
but with no repetitions.
- unique(long[]) - Static method in class com.net2plan.utils.LongUtils
-
Returns the same values of the input array
but with no repetitions.
- unmodifiableOf(A, B) - Static method in class com.net2plan.utils.Pair
-
This factory allows an unmodifiable pair to be created using inference to obtain the generic types.
- unmodifiableOf(A, B, C, D) - Static method in class com.net2plan.utils.Quadruple
-
This factory allows an unmodifiable pair to be created using inference to obtain the generic types.
- unmodifiableOf(A, B, C, D, E) - Static method in class com.net2plan.utils.Quintuple
-
This factory allows an unmodifiable quintuple to be created using inference to obtain the generic types.
- unmodifiableOf(A, B, C) - Static method in class com.net2plan.utils.Triple
-
This factory allows an unmodifiable triple to be created using inference to obtain the generic types.
- updateSolverLibraryNameParameter(Map<String, String>) - Static method in class com.net2plan.interfaces.networkDesign.Configuration
-
Goes through this map of parameters and, if both the parameters solverName and solverLibraryName exist, and solverLibraryName
equals "", then sets the value of such parameter to the default library file set by the user (in user->options) for such solver.