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

F

filterGraph(Graph<V, E>, Collection<V>, Collection<V>, Collection<E>, Collection<E>) - Static method in class com.net2plan.libraries.GraphUtils.JUNGUtils
Filters a graph maintaining/removing some vertices/edges.
filterGraph(Graph<V, E>, Transformer<E, Double>) - Static method in class com.net2plan.libraries.GraphUtils.JUNGUtils
Filters a graph removing those edges whose weight is equal to Double.MAX_VALUE.
filterGraph(Graph<V, E>, Transformer<E, Double>, Transformer<E, Double>, double) - Static method in class com.net2plan.libraries.GraphUtils.JUNGUtils
Filters a graph removing those edges whose weight is equal to Double.MAX_VALUE, or whose capacity is below a certain threshold.
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(Map<A, B>, B, Constants.SearchType) - Static method in class com.net2plan.utils.CollectionUtils
Returns the key(s) where a given value can be found into a map.
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.
find(String[], String, Constants.SearchType) - Static method in class com.net2plan.utils.StringUtils
Returns the position(s) where a given value can be found into an array.
finish(StringBuilder, double) - Method in class com.net2plan.interfaces.simulation.ICombinedEventGenerator
 
finish(StringBuilder, double) - Method in class com.net2plan.interfaces.simulation.ICombinedEventProcessor
 
finish(StringBuilder, double) - Method in class com.net2plan.interfaces.simulation.IEventGenerator
Returns an algorithm-specific report.
finish(StringBuilder, double) - Method in class com.net2plan.interfaces.simulation.IEventProcessor
Returns an algorithm-specific report.
finishTransitory(double) - Method in class com.net2plan.interfaces.simulation.ICombinedEventGenerator
 
finishTransitory(double) - Method in class com.net2plan.interfaces.simulation.ICombinedEventProcessor
 
finishTransitory(double) - Method in class com.net2plan.interfaces.simulation.IEventGenerator
Performs some transitory-finished action.
finishTransitory(double) - Method in class com.net2plan.interfaces.simulation.IEventProcessor
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.ModulationFormat - Class in com.net2plan.libraries
Class to define modulation formats.
FlexGridUtils.ModulationFormat(String, double, double) - Constructor for class com.net2plan.libraries.FlexGridUtils.ModulationFormat
Default constructor.
floor(double[]) - Static method in class com.net2plan.utils.DoubleUtils
Rounds down each element of a given double array.
formatAndRemoveTrailingZeros(double, int) - Static method in class com.net2plan.utils.DoubleUtils
Converts a double to String (using '%f' modifier) and remove trailing zeros.
forwardingRuleAdded(Pair<Long, Long>) - Static method in class com.net2plan.interfaces.simulation.SimAction.Factory
Creates a FORWARDING_RULE_ADDED action.
forwardingRuleAdded(long, Pair<Long, Long>) - Static method in class com.net2plan.interfaces.simulation.SimAction.Factory
Creates a FORWARDING_RULE_ADDED action.
forwardingRuleModified(Pair<Long, Long>) - Static method in class com.net2plan.interfaces.simulation.SimAction.Factory
Creates a FORWARDING_RULE_MODIFIED action.
forwardingRuleModified(long, Pair<Long, Long>) - Static method in class com.net2plan.interfaces.simulation.SimAction.Factory
Creates a FORWARDING_RULE_MODIFIED action.
forwardingRuleRemoved(Pair<Long, Long>, double, Map<String, String>) - Static method in class com.net2plan.interfaces.simulation.SimAction.Factory
Creates a FORWARDING_RULE_REMOVED action.
forwardingRuleRemoved(long, Pair<Long, Long>, double, Map<String, String>) - Static method in class com.net2plan.interfaces.simulation.SimAction.Factory
Creates a FORWARDING_RULE_REMOVED action.
A B C D E F G H I J K L M N O P Q R S T U V W Z