- find(boolean[], boolean, Constants.SearchType) - Static method in class com.net2plan.utils.BooleanUtils
-
Returns the position(s) where a given value can be found into an array.
- find(double[], double, Constants.SearchType) - Static method in class com.net2plan.utils.DoubleUtils
-
Returns the position(s) where a given value can be found into an array.
- find(int[], int, Constants.SearchType) - Static method in class com.net2plan.utils.IntUtils
-
Returns the position(s) where a given value can be found into an array.
- find(long[], long, Constants.SearchType) - Static method in class com.net2plan.utils.LongUtils
-
Returns the position(s) where a given value can be found into an array.
- finish(StringBuilder, double) - Method in interface com.net2plan.interfaces.cacSimulation.ICACAlgorithm
-
Returns an algorithm-specific report.
- finish(StringBuilder, double) - Method in interface com.net2plan.interfaces.resilienceSimulation.IProvisioningAlgorithm
-
Returns an algorithm-specific report.
- finish(StringBuilder, Calendar) - Method in interface com.net2plan.interfaces.timeVaryingTrafficSimulation.ITrafficAllocationAlgorithm
-
Returns an algorithm-specific report.
- finishTransitory(double) - Method in interface com.net2plan.interfaces.cacSimulation.ICACAlgorithm
-
Performs some transitory-finished action.
- finishTransitory(double) - Method in interface com.net2plan.interfaces.resilienceSimulation.IProvisioningAlgorithm
-
Performs some transitory-finished action.
- finishTransitory(Calendar) - Method in interface com.net2plan.interfaces.timeVaryingTrafficSimulation.ITrafficAllocationAlgorithm
-
Performs some transitory-finished action.
- FlexGridUtils - Class in com.net2plan.libraries
-
Class implementing some static methods to assist in creating algorithms for
flex-grid networks.
- FlexGridUtils() - Constructor for class com.net2plan.libraries.FlexGridUtils
-
- floor(double[]) - Static method in class com.net2plan.utils.DoubleUtils
-
Rounds down each element of a given double
array.