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

T

takeSnapshot(JComponent) - Static method in class com.net2plan.utils.ImageUtils
Takes an snapshot of the current state of a component.
TimeTrace - Class in com.net2plan.utils
 
TimeTrace() - Constructor for class com.net2plan.utils.TimeTrace
 
toArray(Collection<Boolean>) - Static method in class com.net2plan.utils.BooleanUtils
Converts a collection (List, Set...) of Boolean objects to a boolean[].
toArray(Collection<Double>) - Static method in class com.net2plan.utils.DoubleUtils
Converts a collection (List, Set...) of Double objects to a double array.
toArray(String[]) - Static method in class com.net2plan.utils.DoubleUtils
Converts an array of String with the values, into a double array.
toArray(String[]) - Static method in class com.net2plan.utils.IntUtils
Converts an array of String with the values, into a int array.
toArray(Collection<Integer>) - Static method in class com.net2plan.utils.IntUtils
Converts a collection (List, Set...) of Integer objects to an int array.
toArray(String[]) - Static method in class com.net2plan.utils.LongUtils
Converts an array of String with the values, into a long array.
toArray(Collection<Long>) - Static method in class com.net2plan.utils.LongUtils
Converts a collection (List, Set...) of Long objects to a long array.
toArray(Collection) - Static method in class com.net2plan.utils.StringUtils
Converts a collection (List, Set...) of objects to a String array.
toBooleanArray(Collection<String>) - Static method in class com.net2plan.utils.StringUtils
Converts a collection of String objects to a boolean array.
toBooleanArray(Collection<String>, boolean) - Static method in class com.net2plan.utils.StringUtils
Converts a collection of String objects to a boolean array.
toBooleanArray(String[]) - Static method in class com.net2plan.utils.StringUtils
Converts a String array to a boolean array.
toBooleanArray(String[], boolean) - Static method in class com.net2plan.utils.StringUtils
Converts a String array to a boolean array.
toBooleanList(String[]) - Static method in class com.net2plan.utils.StringUtils
Converts a String array to a boolean array.
toBooleanList(String[], boolean) - Static method in class com.net2plan.utils.StringUtils
Converts a String array to a Boolean list.
toBooleanMap(Map<A, String>) - Static method in class com.net2plan.utils.StringUtils
Converts a map whose values are String objects to another where values are Boolean objects.
toBooleanMap(Map<A, String>, boolean) - Static method in class com.net2plan.utils.StringUtils
Converts a map whose values are String objects to another where values are Boolean objects.
toDoubleArray(int[]) - Static method in class com.net2plan.utils.IntUtils
Converts an int array to a double array
toDoubleArray(long[]) - Static method in class com.net2plan.utils.LongUtils
Converts a long array to a double array
toDoubleArray(Collection<String>) - Static method in class com.net2plan.utils.StringUtils
Converts a collection of String objects to a double array.
toDoubleArray(Collection<String>, double) - Static method in class com.net2plan.utils.StringUtils
Converts a collection of String objects 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.
toDoubleList(String[]) - Static method in class com.net2plan.utils.StringUtils
Converts a String array to a double array.
toDoubleList(String[], double) - Static method in class com.net2plan.utils.StringUtils
Converts a String array to a double array.
toDoubleMap(Map<A, String>) - Static method in class com.net2plan.utils.StringUtils
Converts a map whose values are String objects to another where values are Double objects.
toDoubleMap(Map<A, String>, double) - Static method in class com.net2plan.utils.StringUtils
Converts a map whose values are String objects to another where values are Double objects.
toIntArray(double[]) - Static method in class com.net2plan.utils.DoubleUtils
Converts a double array to an int array
toIntArray(long[]) - Static method in class com.net2plan.utils.LongUtils
Converts a long array to an int array (truncation may happen).
toIntArray(Collection<String>) - Static method in class com.net2plan.utils.StringUtils
Converts a collection of String objects to an int array.
toIntArray(Collection<String>, int) - Static method in class com.net2plan.utils.StringUtils
Converts a collection of String objects 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.
toIntegerMap(Map<A, String>) - Static method in class com.net2plan.utils.StringUtils
Converts a map whose values are String objects to another where values are Integer objects.
toIntegerMap(Map<A, String>, int) - Static method in class com.net2plan.utils.StringUtils
Converts a map whose values are String objects to another where values are Integer objects.
toList(boolean[]) - Static method in class com.net2plan.utils.BooleanUtils
Converts from a boolean[] 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(long[]) - Static method in class com.net2plan.utils.LongUtils
Converts from a long array to a list.
toList(String[]) - Static method in class com.net2plan.utils.StringUtils
Converts from a String array to a list.
toLongArray(int[]) - Static method in class com.net2plan.utils.IntUtils
Converts an int array to a long array
toLongArray(Collection<String>) - Static method in class com.net2plan.utils.StringUtils
Converts a collection of String objects to a long array.
toLongArray(Collection<String>, long) - Static method in class com.net2plan.utils.StringUtils
Converts a collection of String objects to a long array.
toLongArray(String[]) - Static method in class com.net2plan.utils.StringUtils
Converts a String array to a long array.
toLongArray(String[], long) - Static method in class com.net2plan.utils.StringUtils
Converts a String array to a long array.
toLongList(String[]) - Static method in class com.net2plan.utils.StringUtils
Converts a String array to a long array.
toLongList(String[], long) - Static method in class com.net2plan.utils.StringUtils
Converts a String array to a long array.
toLongMap(Map<A, String>) - Static method in class com.net2plan.utils.StringUtils
Converts a map whose values are String objects to another where values are Long objects.
toLongMap(Map<A, String>, long) - Static method in class com.net2plan.utils.StringUtils
Converts a map whose values are String objects to another where values are Long objects.
toMap(Collection<K>, DoubleMatrix1D) - Static method in class com.net2plan.utils.CollectionUtils
Given a collection of keys and an array of values, returns a map.
toMap(String, String, String) - Static method in class com.net2plan.utils.StringUtils
Converts to a Map a codified String.
toString() - Method in class com.net2plan.interfaces.networkDesign.Demand
Returns a String representation of the demand.
toString() - Method in class com.net2plan.interfaces.networkDesign.InterLayerPropagationGraph.IPGNode
 
toString() - Method in class com.net2plan.interfaces.networkDesign.Link
Returns a String representation of the link.
toString() - Method in class com.net2plan.interfaces.networkDesign.MulticastDemand
Returns a String representation of the multicast demand.
toString() - Method in class com.net2plan.interfaces.networkDesign.MulticastTree
Returns a String representation of the multicast tree.
toString() - Method in class com.net2plan.interfaces.networkDesign.NetPlan
Returns a String representation of the network design.
toString(Collection<NetworkLayer>) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
Returns a String representation of the network design only for the given layers.
toString() - Method in class com.net2plan.interfaces.networkDesign.NetworkElement
Returns a String representation of the network element.
toString() - Method in class com.net2plan.interfaces.networkDesign.NetworkLayer
Returns a String representation of the network layer.
toString() - Method in class com.net2plan.interfaces.networkDesign.Node
Returns a String representation of the node.
toString() - Method in class com.net2plan.interfaces.networkDesign.Resource
Returns a String representation of the Shared Risk Group.
toString() - Method in class com.net2plan.interfaces.networkDesign.Route
 
toString() - Method in class com.net2plan.interfaces.networkDesign.SharedRiskGroup
Returns a String representation of the Shared Risk Group.
toString() - Method in class com.net2plan.interfaces.simulation.SimEvent.DemandAdd
 
toString() - Method in class com.net2plan.interfaces.simulation.SimEvent.DemandModify
 
toString() - Method in class com.net2plan.interfaces.simulation.SimEvent.DemandRemove
 
toString() - Method in enum com.net2plan.interfaces.simulation.SimEvent.DestinationModule
 
toString() - Method in class com.net2plan.interfaces.simulation.SimEvent.LinkAdd
 
toString() - Method in class com.net2plan.interfaces.simulation.SimEvent.LinkModify
 
toString() - Method in class com.net2plan.interfaces.simulation.SimEvent.LinkRemove
 
toString() - Method in class com.net2plan.interfaces.simulation.SimEvent.MulticastDemandModify
 
toString() - Method in class com.net2plan.interfaces.simulation.SimEvent.NodesAndLinksChangeFailureState
 
toString() - Method in class com.net2plan.interfaces.simulation.SimEvent.RouteAdd
 
toString() - Method in class com.net2plan.interfaces.simulation.SimEvent.RouteModify
 
toString() - Method in class com.net2plan.interfaces.simulation.SimEvent.RouteRemove
 
toString() - Method in class com.net2plan.interfaces.simulation.SimEvent
 
toString() - Method in class com.net2plan.libraries.WDMUtils.ModulationFormat
 
toString() - Method in class com.net2plan.libraries.WDMUtils.RSA
 
toString() - Method in class com.net2plan.research.niw.networkModel.WFiber
 
toString() - Method in class com.net2plan.research.niw.networkModel.WIpLink
 
toString() - Method in class com.net2plan.research.niw.networkModel.WLightpathRequest
 
toString() - Method in class com.net2plan.research.niw.networkModel.WLightpathUnregenerated
 
toString() - Method in class com.net2plan.research.niw.networkModel.WNet
 
toString() - Method in class com.net2plan.research.niw.networkModel.WNode
 
toString() - Method in class com.net2plan.research.niw.networkModel.WServiceChain
 
toString() - Method in class com.net2plan.research.niw.networkModel.WServiceChainRequest
 
toString() - Method in class com.net2plan.research.niw.networkModel.WUserService
 
toString() - Method in class com.net2plan.research.niw.networkModel.WVnfInstance
 
toString() - Method in class com.net2plan.research.niw.networkModel.WVnfType
 
toString() - Method in enum com.net2plan.utils.Constants.RoutingCycleType
 
toString() - Method in enum com.net2plan.utils.Constants.RoutingType
 
toString(double[]) - Static method in class com.net2plan.utils.DoubleUtils
Converts the array into an String of space separated values.
toString() - Method in class com.net2plan.utils.InputParameter
 
toString(int[]) - Static method in class com.net2plan.utils.IntUtils
Converts the array into an String of space separated values.
toString(long[]) - Static method in class com.net2plan.utils.LongUtils
Converts the array into an String of space separated values.
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.Quintuple
Returns a String representation of this quintuple using the format (first, second, third, fourth, fifth).
toString() - Method in class com.net2plan.utils.TimeTrace
 
toString() - Method in class com.net2plan.utils.Triple
Returns a String representation of this triple using the format (first, second, third).
toStringList() - Method in class com.net2plan.libraries.TrafficSeries
 
toStringQualityMerits() - Method in class com.net2plan.libraries.TrafficMatrixForecastUtils.TmEstimationResults
 
TrafficComputationEngine - Class in com.net2plan.libraries
Class implementing different traffic metrics.
TrafficMatrixForecastUtils - Class in com.net2plan.libraries
 
TrafficMatrixForecastUtils() - Constructor for class com.net2plan.libraries.TrafficMatrixForecastUtils
 
TrafficMatrixForecastUtils.TmEstimationResults - Class in com.net2plan.libraries
 
TrafficMatrixGenerationModels - Class in com.net2plan.libraries
Set of methods implementing different traffic generation models based on traffic matrices.
TrafficPredictor(TrafficSeries.FITTINGTYPE, RegressionResults, double) - Constructor for class com.net2plan.libraries.TrafficSeries.TrafficPredictor
 
TrafficSeries - Class in com.net2plan.libraries
 
TrafficSeries() - Constructor for class com.net2plan.libraries.TrafficSeries
 
TrafficSeries(SortedMap<Date, Double>) - Constructor for class com.net2plan.libraries.TrafficSeries
 
TrafficSeries.FITTINGTYPE - Enum in com.net2plan.libraries
 
TrafficSeries.TrafficPredictor - Class in com.net2plan.libraries
 
TRANSPARENT - Static variable in class com.net2plan.utils.ImageUtils
 
TransponderTypesInfo(String) - Constructor for class com.net2plan.libraries.WDMUtils.TransponderTypesInfo
Constructor to initialize the available transponder types object from the user's input parameter string.
trim(BufferedImage) - Static method in class com.net2plan.utils.ImageUtils
Removes the white borders of a BufferedImage.
Triple<A,B,C> - Class in com.net2plan.utils
A tuple consisting of three elements.
Triple(A, B, C, boolean) - Constructor for class com.net2plan.utils.Triple
Default constructor.
A B C D E F G H I J K L M N O P Q R S T U V W Z 
Skip navigation links

Copyright © 2018. All rights reserved.