- 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).
- 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.
- unmodifiableView() - Method in class com.net2plan.interfaces.cacSimulation.ConnectionNetState
-
Returns an unmodifiable view of the network state.
- unmodifiableView() - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Returns an unmodifiable view of the network design.
- unmodifiableView() - Method in class com.net2plan.interfaces.resilienceSimulation.ResilienceNetState
-
Returns an unmodifiable view of the network state.
- update(CACEvent, List<CACAction>) - Method in class com.net2plan.interfaces.cacSimulation.ConnectionNetState
-
Updates the current network state according to an event and its corresponding actions.
- update(ResilienceEvent, List<ProvisioningAction>) - Method in class com.net2plan.interfaces.resilienceSimulation.ResilienceNetState
-
Update the network state.