- IAlgorithm - Interface in com.net2plan.interfaces.networkDesign
 
- 
Contract that must be fulfilled such that an algorithm can be run in Net2Plan.
 
- iAttachedToANode() - Method in class com.net2plan.interfaces.networkDesign.Resource
 
- 
Indicates if this resource is attached to a node, or else, is not attached to any
 
- ICombinedEventGenerator - Class in com.net2plan.interfaces.simulation
 
- 
Abstract class providing an event generator that is able to combine 
 existing event generators into a common one.
 
- ICombinedEventGenerator(IEventGenerator...) - Constructor for class com.net2plan.interfaces.simulation.ICombinedEventGenerator
 
- 
Default constructor.
 
- ICombinedEventProcessor - Class in com.net2plan.interfaces.simulation
 
- 
Abstract class providing an event processor that is able to combine 
 existing event processors into a common one.
 
- ICombinedEventProcessor(IEventProcessor...) - Constructor for class com.net2plan.interfaces.simulation.ICombinedEventProcessor
 
- 
Default constructor.
 
- IEventGenerator - Class in com.net2plan.interfaces.simulation
 
- 
Abstract class that must be inherited so that an event generator can be executed 
 inside the Online network simulation tool included within Net2Plan.
 
- IEventGenerator() - Constructor for class com.net2plan.interfaces.simulation.IEventGenerator
 
-  
 
- IEventProcessor - Class in com.net2plan.interfaces.simulation
 
- 
Abstract class that must be inherited so that an event processor can be executed 
 inside the Online network simulation tool included within Net2Plan.
 
- IEventProcessor() - Constructor for class com.net2plan.interfaces.simulation.IEventProcessor
 
-  
 
- imageToBufferedImage(Image) - Static method in class com.net2plan.utils.ImageUtils
 
- 
Converts an Image to a BufferedImage.
 
- ImageUtils - Class in com.net2plan.utils
 
- 
Auxiliary functions to work with images.
 
- ImageUtils() - Constructor for class com.net2plan.utils.ImageUtils
 
-  
 
- ImageUtils.ImageType - Enum in com.net2plan.utils
 
- 
Image type
 
- importFromExcelFile(File) - Static method in class com.net2plan.research.niw.networkModel.ImportMetroNetwork
 
- 
Creates a network object, importing the data from the given Excel file
 
- ImportMetroNetwork - Class in com.net2plan.research.niw.networkModel
 
- 
This class is an importer for the metro network
 
- ImportMetroNetwork() - Constructor for class com.net2plan.research.niw.networkModel.ImportMetroNetwork
 
-  
 
- ingressNode - Variable in class com.net2plan.interfaces.simulation.SimEvent.DemandAdd
 
-  
 
- ingressNode - Variable in class com.net2plan.libraries.WDMUtils.LightpathAdd
 
- 
The ingress node of the lightpath
 
- ingressNode - Variable in class com.net2plan.libraries.WDMUtils.RSA
 
- 
The initial node of the lightpath
 
- initialize(String, NetPlan) - Method in class com.net2plan.interfaces.networkDesign.DynamicSrgImplementation
 
-  
 
- initialize(String, NetPlan) - Method in class com.net2plan.interfaces.networkDesign.dynamicSrgs.DynamicSrgAllBidiLinksTwoNodes
 
-  
 
- initialize(NetPlan, Map<String, String>, Map<String, String>, Map<String, String>) - Method in class com.net2plan.interfaces.simulation.ICombinedEventGenerator
 
-  
 
- initialize(NetPlan, Map<String, String>, Map<String, String>, Map<String, String>) - Method in class com.net2plan.interfaces.simulation.ICombinedEventProcessor
 
-  
 
- initialize(NetPlan, Map<String, String>, Map<String, String>, Map<String, String>) - Method in class com.net2plan.interfaces.simulation.IEventGenerator
 
- 
Initializes the algorithm (i.e.
 
- initialize(NetPlan, Map<String, String>, Map<String, String>, Map<String, String>) - Method in class com.net2plan.interfaces.simulation.IEventProcessor
 
- 
Initializes the algorithm (i.e.
 
- initialize(double) - Method in class com.net2plan.utils.InputParameter
 
-  
 
- initialize(int) - Method in class com.net2plan.utils.InputParameter
 
-  
 
- initialize(long) - Method in class com.net2plan.utils.InputParameter
 
-  
 
- initialize(String) - Method in class com.net2plan.utils.InputParameter
 
-  
 
- initialize(boolean) - Method in class com.net2plan.utils.InputParameter
 
-  
 
- initialize(String, String, String) - Method in class com.net2plan.utils.InputParameter
 
-  
 
- initializeAllInputParameterFieldsOfObject(Object, Map<String, String>) - Static method in class com.net2plan.utils.InputParameter
 
-  
 
- initializeAllInputParameterFieldsOfObject(Object, String, Map<String, String>) - Static method in class com.net2plan.utils.InputParameter
 
-  
 
- initializeFromMap(Map<String, String>) - Method in class com.net2plan.utils.InputParameter
 
-  
 
- InputParameter - Class in com.net2plan.utils
 
- 
This class helps to define input parameters for algorithms and reports.
 
- InputParameter(String, double, String, double, boolean, double, boolean) - Constructor for class com.net2plan.utils.InputParameter
 
-  
 
- InputParameter(String, double, String) - Constructor for class com.net2plan.utils.InputParameter
 
-  
 
- InputParameter(String, int, String, int, int) - Constructor for class com.net2plan.utils.InputParameter
 
-  
 
- InputParameter(String, long, String, long, long) - Constructor for class com.net2plan.utils.InputParameter
 
-  
 
- InputParameter(String, int, String) - Constructor for class com.net2plan.utils.InputParameter
 
-  
 
- InputParameter(String, long, String) - Constructor for class com.net2plan.utils.InputParameter
 
-  
 
- InputParameter(String, boolean, String) - Constructor for class com.net2plan.utils.InputParameter
 
-  
 
- InputParameter(String, String, String) - Constructor for class com.net2plan.utils.InputParameter
 
-  
 
- InterLayerPropagationGraph - Class in com.net2plan.interfaces.networkDesign
 
-  
 
- InterLayerPropagationGraph(SortedSet<Demand>, SortedSet<Link>, SortedSet<Pair<MulticastDemand, Node>>, boolean) - Constructor for class com.net2plan.interfaces.networkDesign.InterLayerPropagationGraph
 
-  
 
- InterLayerPropagationGraph.IPGNode - Class in com.net2plan.interfaces.networkDesign
 
-  
 
- intersect(Collection<A>...) - Static method in class com.net2plan.utils.CollectionUtils
 
- 
Returns the intersection set of a series of input collections.
 
- intersect(double[]...) - Static method in class com.net2plan.utils.DoubleUtils
 
- 
Returns the intersection vector of a series of input arrays.
 
- intersect(int[]...) - Static method in class com.net2plan.utils.IntUtils
 
- 
Returns the intersection vector of a series of input arrays.
 
- intersect(long[]...) - Static method in class com.net2plan.utils.LongUtils
 
- 
Returns the intersection vector of a series of input arrays.
 
- IntUtils - Class in com.net2plan.utils
 
- 
Provides extra functionality for int primitives.
 
- inverseErlangB(double, double) - Static method in class com.net2plan.libraries.NetworkPerformanceMetrics
 
- 
Returns the number of servers (i.e.
 
- IP_WEIGHT_ATTRIBUTE_NAME - Static variable in class com.net2plan.libraries.IPUtils
 
- 
Link attribute name for IP weight setting.
 
- IPUtils - Class in com.net2plan.libraries
 
- 
Class for destination-based routing (IP-like).
 
- IPUtils() - Constructor for class com.net2plan.libraries.IPUtils
 
-  
 
- IReport - Interface in com.net2plan.interfaces.networkDesign
 
- 
Contract that must be fulfilled such that a report can be run in Net2Plan.
 
- is11Protected() - Method in class com.net2plan.research.niw.networkModel.WLightpathRequest
 
- 
Indicates if the lighptath request is supported by a 1+1 setting of two lightpaths
 
- isAllocatable(Collection<WFiber>, SortedSet<Integer>) - Method in class com.net2plan.research.niw.networkModel.OpticalSpectrumManager
 
- 
Given a set of fibers and a set of optical slots, returns true if ALL the optical slots are idle in ALL the fibers
 
- isAllocatableRSASet(DoubleMatrix2D, WDMUtils.RSA...) - Static method in class com.net2plan.libraries.WDMUtils
 
- 
Returns true if all the RSAs are allocatable (the needed frequency slots are free in the given sequence of links), false otherwise.
 
- isAllTreesReachingAllEgressNodes() - Method in class com.net2plan.interfaces.networkDesign.MulticastDemand
 
- 
Returns true if all the multicast trees of the demand, reach all the multicast demand egress nodes
 
- isAlreadyAccounted(WLightpathUnregenerated) - Method in class com.net2plan.research.niw.networkModel.OpticalSpectrumManager
 
- 
Returns true if the indicated lightpath is already accounted in this optical spectrm manager.
 
- isBackupLightpath() - Method in class com.net2plan.research.niw.networkModel.WLightpathUnregenerated
 
- 
Indicates if this is a backup lightpath, of a main path in the same lightpath request
 
- isBackupRoute() - Method in class com.net2plan.interfaces.networkDesign.Route
 
- 
Returns true if this route has been defined as a backup route for other
 
- isBidirectional() - Method in class com.net2plan.interfaces.networkDesign.Demand
 
- 
Returns true if the demand is bidirectional.
 
- isBidirectional() - Method in class com.net2plan.interfaces.networkDesign.Link
 
- 
Returns true if the link is bidirectional.
 
- isBidirectional() - Method in class com.net2plan.interfaces.networkDesign.Route
 
- 
Returns true if the route is bidirectional.
 
- isBidirectional(List<Node>, List<Link>) - Static method in class com.net2plan.libraries.GraphUtils
 
- 
Checks whether the physical topology has the same number of links between each node pair in both directions (assuming multi-digraphs).
 
- isBidirectional(Graph) - Static method in class com.net2plan.libraries.GraphUtils.JUNGUtils
 
- 
Check whether the topology has the same number of links between each node pair in both directions (assuming multi-digraphs).
 
- isBidirectional() - Method in class com.net2plan.research.niw.networkModel.WFiber
 
- 
Returns true if the fiber is part of a bidirectional fiber pair
 
- isBidirectional() - Method in class com.net2plan.research.niw.networkModel.WIpLink
 
- 
Returns true if the IP link is part of a pair of IP bidirectional links
 
- isBidirectional() - Method in class com.net2plan.research.niw.networkModel.WLightpathRequest
 
- 
Indicates if the lightpath is part of a bidirectinal pair of lighptaths
 
- isBifurcated() - Method in class com.net2plan.interfaces.networkDesign.Demand
 
- 
If routing is 
SOURCE_ROUTING, return 
true if more than one route is associated to this demand (routes down or with zero carried traffic also count).
 
 
- isBifurcated() - Method in class com.net2plan.interfaces.networkDesign.MulticastDemand
 
- 
Returns 
true if more than one 
Multicast Tree is associated to the demand (trees with zero carried traffic, or that are
 down also count).
 
 
- isBlocked() - Method in class com.net2plan.interfaces.networkDesign.Demand
 
- 
Returns true if the carried traffic is strictly less than the offered traffic, up to the Net2Plan-wide precision factor.
 
- isBlocked() - Method in class com.net2plan.interfaces.networkDesign.MulticastDemand
 
- 
Returns true if the carried traffic is strictly less than the offered traffic, up to the Net2Plan
 precision factor.
 
- isBlocked() - Method in class com.net2plan.research.niw.networkModel.WLightpathRequest
 
- 
Indicates if the request is blocked, meaning (i) has no lightpaths assigned, or (ii) assigned lightpaths are all down
 
- isConnected(List<Node>, List<Link>) - Static method in class com.net2plan.libraries.GraphUtils
 
- 
Check whether the physical topology is connected, that is, if it is possible to connect every node to each other, but only in a subset of nodes (subgraph).
 
- isConnectedToNetworkCore() - Method in class com.net2plan.research.niw.networkModel.WNode
 
- 
Returns if this node is connected to a core node (core nodes are not in the design)
 
- isConstrainedToBeInstantiatedOnlyInUserDefinedNodes() - Method in class com.net2plan.research.niw.networkModel.WVnfType
 
- 
Indicates if this VNF type is constrained so instances can only be instantiated in some user-defined nodes
 
- isCoupled() - Method in class com.net2plan.interfaces.networkDesign.Demand
 
- 
Returns true if the demand is coupled to a link of an upper layer.
 
- isCoupled() - Method in class com.net2plan.interfaces.networkDesign.Link
 
- 
Returns 
True if the link is coupled to a 
Demand from other layer, 
false otherwise.
 
 
- isCoupled() - Method in class com.net2plan.interfaces.networkDesign.MulticastDemand
 
- 
Returns true if the demand is coupled.
 
- isCoupledInDifferentLayer() - Method in class com.net2plan.interfaces.networkDesign.Demand
 
- 
Returns true if the demand is coupled to a link in a different layer than the demnad (and thus an *upper* layer)
 , false otherwise.
 
- isCoupledInDifferentLayer() - Method in class com.net2plan.interfaces.networkDesign.Link
 
- 
Returns true if the link is coupled to a demand in a different layer than the demnad (and thus an *upper* layer)
 , false otherwise.
 
- isCoupledInSameLayer() - Method in class com.net2plan.interfaces.networkDesign.Demand
 
- 
Returns true if the demand is coupled to a link in the same layer as the demand, false otherwise.
 
- isCoupledInSameLayer() - Method in class com.net2plan.interfaces.networkDesign.Link
 
- 
Returns true if the link is coupled to a demand in the same layer as the demand, false otherwise.
 
- isCoupledToIpLink() - Method in class com.net2plan.research.niw.networkModel.WLightpathRequest
 
- 
Indicates if the lightpath is coupled to an IP link
 
- isCoupledtoLpRequest() - Method in class com.net2plan.research.niw.networkModel.WIpLink
 
- 
Indicates if this IP link is coupled to a lighptath
 
- isDeepCopy(NetPlan) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
 
- 
Returns true if the given NetPlan object contains the same network than this, meaning that all the network elements
 are a copy in every aspect.
 
- isDeepCopy(NetworkLayer) - Method in class com.net2plan.interfaces.networkDesign.NetworkLayer
 
- 
Returns true if the provided network layer is a deep copy of this
 
- isDeepCopy(WNet) - Method in class com.net2plan.research.niw.networkModel.WNet
 
- 
Indicates if a network is an exact copy of other network in every aspect
 
- isDefaultLayer() - Method in class com.net2plan.interfaces.networkDesign.NetworkLayer
 
- 
Returns true if this layer is the default netowrk layer
 
- isDown() - Method in class com.net2plan.interfaces.networkDesign.Link
 
- 
Returns whether the link is down (in failure) or not.
 
- isDown() - Method in class com.net2plan.interfaces.networkDesign.MulticastTree
 
- 
Returns 
true if the multicast tree is traversing a 
Link or 
Node that is down,
 
false otherwise.
 
 
- isDown() - Method in class com.net2plan.interfaces.networkDesign.Node
 
- 
Returns true if the node is down (failure state)
 
- isDown() - Method in class com.net2plan.interfaces.networkDesign.Route
 
- 
Returns true if the route is traversing a link or node that is down.
 
- isDown() - Method in class com.net2plan.libraries.WDMUtils.RSA
 
- 
Returns true if the path in the RSA is down (traverses a node/link that is down)
 
- isDynamicCurrentlyEmptySrg() - Method in class com.net2plan.interfaces.networkDesign.SharedRiskGroup
 
-  
 
- isDynamicSrg() - Method in class com.net2plan.interfaces.networkDesign.SharedRiskGroup
 
-  
 
- isEndingInCoreNode() - Method in class com.net2plan.research.niw.networkModel.WUserService
 
- 
Indicates if this user service is expected to finalize in a core node
 
- isEqualWithinAbsoluteTolerance(double, double, double) - Static method in class com.net2plan.utils.DoubleUtils
 
- 
Checks if a given value is within a tolerance margin compared to a given pattern.
 
- isEqualWithinRelativeTolerance(double, double, double) - Static method in class com.net2plan.utils.DoubleUtils
 
- 
Checks if the relative difference between a given value and a pattern is within a tolerance margin.
 
- isExponential() - Method in enum com.net2plan.libraries.TrafficSeries.FITTINGTYPE
 
-  
 
- isFiber() - Method in class com.net2plan.research.niw.networkModel.WAbstractNetworkElement
 
- 
Returns true if this element is a WDM fiber
 
- isFixedGrid() - Method in class com.net2plan.libraries.WDMUtils.TransponderTypesInfo
 
- 
Returns true if all the transponders defined have a number of occupied slots equal to one, and false otherwise.
 
- isFixedLineRate() - Method in class com.net2plan.libraries.WDMUtils.TransponderTypesInfo
 
- 
Returns true if all the transponder types defined have the same line rate.
 
- isFrequencySlotContiguous() - Method in class com.net2plan.libraries.WDMUtils.RSA
 
- 
Returns true if in ALL the links, the slots occupied are contigous 
 (e.g.
 
- isGravityModelApplicableWithLinkMonitoringInfo(NetworkLayer, Date) - Static method in class com.net2plan.libraries.TrafficMatrixForecastUtils
 
-  
 
- isHavingMoreThanOneBaseResourceWithTheSameType() - Method in class com.net2plan.interfaces.networkDesign.Resource
 
- 
Indicates if the resource has more than one bsae resource with the same type
 
- isIsolated() - Method in class com.net2plan.interfaces.networkDesign.Node
 
- 
Returns true if the node is fully isolated at all layers, with no links nor demands affecting it
 
- isLayerCouplingValid(NetworkLayer, NetworkLayer) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
 
- 
Indicates whether or not a further coupling between two layers would be valid.
 
- isLayerIp() - Method in class com.net2plan.research.niw.networkModel.WAbstractNetworkElement
 
- 
Returns true if this element is an IP layer
 
- isLayerWdm() - Method in class com.net2plan.research.niw.networkModel.WAbstractNetworkElement
 
- 
Returns true if this element is a WDM layer element
 
- isLightpathRequest() - Method in class com.net2plan.research.niw.networkModel.WAbstractNetworkElement
 
- 
Returns true if this element is a lightpath request element
 
- isLightpathUnregenerated() - Method in class com.net2plan.research.niw.networkModel.WAbstractNetworkElement
 
- 
Returns true if this element is a lightpath unregenerated (without intermediate regenerations)
 
- isLinear() - Method in enum com.net2plan.libraries.TrafficSeries.FITTINGTYPE
 
-  
 
- isMainLightpathWithBackupRoutes() - Method in class com.net2plan.research.niw.networkModel.WLightpathUnregenerated
 
- 
Indicates if this is a main lightpath that has a backup lightpath in the same lightpath request
 
- isModifiable() - Method in class com.net2plan.interfaces.networkDesign.NetPlan
 
-  
 
- isModifiable() - Method in class com.net2plan.utils.Pair
 
- 
Indicates whether or not elements from the pair can be changed after initialization.
 
- isModifiable() - Method in class com.net2plan.utils.Quadruple
 
- 
Indicates whether or not elements from the pair can be changed after initialization.
 
- isModifiable() - Method in class com.net2plan.utils.Quintuple
 
- 
Indicates whether or not elements from the pair can be changed after initialization.
 
- isModifiable() - Method in class com.net2plan.utils.Triple
 
- 
Indicates whether or not elements from the pair can be changed after initialization.
 
- isMulticastRoutingBifurcated(NetworkLayer...) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
 
- 
Returns true if in the given layer, the traffic of any multicast demand is carried by more than one multicast tree.
 
- isMultilayer() - Method in class com.net2plan.interfaces.networkDesign.NetPlan
 
- 
Returns true if the network has more than one layer.
 
- isNode() - Method in class com.net2plan.research.niw.networkModel.WAbstractNetworkElement
 
- 
Returns true if this element is a network node
 
- isOccupyingDifferentCapacitiesInDifferentLinksInNoFailureState() - Method in class com.net2plan.interfaces.networkDesign.Route
 
-  
 
- isOpticalRegenerationPossible(int) - Method in class com.net2plan.libraries.WDMUtils.TransponderTypesInfo
 
- 
Returns true if signal regeneration is allowed for the lightpaths with the given transponder type.
 
- isOpticalSlotIdsValidAndIdle(WFiber, SortedSet<Integer>) - Method in class com.net2plan.research.niw.networkModel.OpticalSpectrumManager
 
- 
Indicates if the optical slots are usable (valid and idle) in the given fiber
 
- isOversubscribed() - Method in class com.net2plan.interfaces.networkDesign.Link
 
- 
Returns true if the link is oversubscribed, up to the Net2Plan defined precision factor.
 
- isOversubscribed() - Method in class com.net2plan.interfaces.networkDesign.Resource
 
- 
Returns true if the occupied capacity of the resource exceeds its capacity
 
- isQoSViolated(String) - Method in class com.net2plan.interfaces.networkDesign.Link
 
- 
Returns true if the traffic of the given QoS is violating the QoS in the link
 
- isReachedEgressNode(Node) - Method in class com.net2plan.interfaces.networkDesign.MulticastTree
 
- 
Returns true if the given node is a reached egress node of the multicast tree
 
- isReachinAllDemandEgressNodes() - Method in class com.net2plan.interfaces.networkDesign.MulticastTree
 
- 
Returns true if the multicast tree is reaching all the egress nodes of the demand
 
- isServiceChain() - Method in class com.net2plan.interfaces.networkDesign.Route
 
- 
Indicates if the route is a serivce chain: traverses resources
 
- isServiceChain() - Method in class com.net2plan.research.niw.networkModel.WAbstractNetworkElement
 
- 
Returns true if this element is a service chain
 
- isServiceChainRequest() - Method in class com.net2plan.interfaces.networkDesign.Demand
 
- 
Returns if the current demand reflects a service chain request, that is, if the routes are constrained 
 to traverse a given sequence of resources of given types.
 
- isServiceChainRequest() - Method in class com.net2plan.research.niw.networkModel.WAbstractNetworkElement
 
- 
Returns true if this element is a service chain request
 
- isSimple(List<Node>, List<Link>) - Static method in class com.net2plan.libraries.GraphUtils
 
- 
Check whether the physical topology is simple, that is, if it has at most one unidirectional link from a node to each other.
 
- isSimple(Graph) - Static method in class com.net2plan.libraries.GraphUtils.JUNGUtils
 
- 
Check whether the graph is simple, that is, if it has at most one link between each node pair (one per direction under directed graphs, one under undirected graphs).
 
- isSingleLayer() - Method in class com.net2plan.interfaces.networkDesign.NetPlan
 
- 
Returns true if the network has just one layer
 
- isSingleSRGFailureTolerant(NetPlan, NetworkLayer) - Static method in class com.net2plan.libraries.SRGUtils
 
- 
Returns true if the given design is tolerant to single SRG failures at the given layer: that is, no traffic of any 
 unicast not multicast demand is blocked when such SRG fails
 
- isSourceRouting() - Method in class com.net2plan.interfaces.networkDesign.Demand
 
- 
Returns true if the routing type in this demand is of the type source routing
 
- isSpectrumOccupationOk() - Method in class com.net2plan.research.niw.networkModel.OpticalSpectrumManager
 
- 
Returns true if the design is ok respect to spectrum occupation: no optical slot in any fiber is occupied by more than one 
 lightpath, and no optical slot in a fiber is outside the valid range for that fiber
 
- isSRGDisjoint(Collection<Link>, Collection<Link>) - Static method in class com.net2plan.libraries.SRGUtils
 
- 
Returns true if the two collection of links in path1 and paths (not necessarily a 
 sequence of contiguous links forming a path), are srg disjoint
 
- isStaticEmptySrg() - Method in class com.net2plan.interfaces.networkDesign.SharedRiskGroup
 
-  
 
- isToBe11Protected() - Method in class com.net2plan.research.niw.networkModel.WLightpathRequest
 
- 
Indicates if the user has requested this lightpath request to be realized by a 1+1 setting
 
- isTraversingOversubscribedLinks() - Method in class com.net2plan.interfaces.networkDesign.Demand
 
- 
Returns true if the traffic of the demand is traversing an oversubscribed link, false otherwise.
 
- isTraversingOversubscribedLinks() - Method in class com.net2plan.interfaces.networkDesign.MulticastDemand
 
- 
Returns 
true if the traffic of the demand is traversing an oversubscribed 
Link.
 
 
- isTraversingOversubscribedResources() - Method in class com.net2plan.interfaces.networkDesign.Demand
 
- 
Returns true if the traffic of the demand is traversing an oversubscribed resource, false otherwise.
 
- isTraversingZeroCapLinks() - Method in class com.net2plan.interfaces.networkDesign.MulticastTree
 
- 
Returns true if the tree is traversing a link with zero capacity
 
- isTraversingZeroCapLinks() - Method in class com.net2plan.interfaces.networkDesign.Route
 
- 
Returns true if the route is traversing a link with zero capacity
 
- isUnicastRoutingBifurcated(NetworkLayer...) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
 
- 
Returns 
true if in the given layer, the traffic of any demand is carried by more than one route (in 
SOURCE_ROUTING),
 or a node sends traffic of a demand to more than
 one link (in 
HOP_BY_HOP_ROUTING).
 
 
- isUp() - Method in class com.net2plan.interfaces.networkDesign.Link
 
- 
Returns whether the link is up (not in failure) or down.
 
- isUp(Collection<? extends NetworkElement>) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
 
- 
Indicates whether or not a path, multicast tree or arbitrary collection of links and/or resources and/or nodes is up and belonging to this netPlan object (so they were not removed), and false otherwise
 
- isUp() - Method in class com.net2plan.interfaces.networkDesign.Node
 
- 
Returns true if the node is up (no failure state)
 
- isUp() - Method in class com.net2plan.research.niw.networkModel.WFiber
 
- 
Returns true is the fiber is up, false otherwise
 
- isUp() - Method in class com.net2plan.research.niw.networkModel.WLightpathUnregenerated
 
- 
Indicates if this lightpath is up (does not traverse any failed fiber/node)
 
- isUp() - Method in class com.net2plan.research.niw.networkModel.WNode
 
- 
Indicates if the node is up or down (failed)
 
- isUpstream() - Method in class com.net2plan.research.niw.networkModel.WServiceChainRequest
 
- 
Indicates if this is an upstream service chain request (initiated in the user).
 
- isUpTheInitialLinkSet() - Method in class com.net2plan.interfaces.networkDesign.MulticastTree
 
- 
Returns 
true if the initial set of 
Links of the tree when it was created is not subject to any failure: traversed links
 and 
Nodes exist (were not removed) and are up.
 
 
- isUpWardsTrueDownwardsFalse() - Method in class com.net2plan.interfaces.networkDesign.InterLayerPropagationGraph
 
-  
 
- isValidLineRateForAtLeastOneType(double) - Method in class com.net2plan.libraries.WDMUtils.TransponderTypesInfo
 
- 
Returns true if the given line rate is the rate of at least one transponder type
 
- isVirtualLink() - Method in class com.net2plan.research.niw.networkModel.WIpLink
 
- 
Returns true is the IP links is virtual.
 
- isVnfInstance() - Method in class com.net2plan.research.niw.networkModel.WAbstractNetworkElement
 
- 
Returns true if this element is an VNF instance
 
- isWDMFormatCorrect(NetPlan, NetworkLayer...) - Static method in class com.net2plan.libraries.WDMUtils
 
- 
Performs some checks in a WDM network.
 
- isWDMFormatCorrect(Route) - Static method in class com.net2plan.libraries.WDMUtils
 
- 
Returns true if the Route object is a well formed lightpath, according to the WDMUtils requirements.
 
- isWDMFormatCorrect(Link) - Static method in class com.net2plan.libraries.WDMUtils
 
- 
Returns true if the Link object representing a fiber is well formed, according to the WDMUtils requirements.
 
- isWeightedBidirectional(List<Node>, List<? extends NetworkElement>, DoubleMatrix1D) - Static method in class com.net2plan.libraries.GraphUtils
 
- 
Checks whether the physical topology has the same number of links/demands between each node pair in both directions (assuming multi-digraphs) and same weights per direction.
 
- isWeightedBidirectional(Graph<V, E>, Transformer<E, Double>) - Static method in class com.net2plan.libraries.GraphUtils.JUNGUtils
 
- 
Checks whether the graph has the same number of links between each node pair in both directions (assuming multi-digraphs) and same individual weights per direction.
 
- isWIpLink() - Method in class com.net2plan.research.niw.networkModel.WAbstractNetworkElement
 
- 
Returns true if this element is an IP link
 
- isWithinAcceptableRange() - Method in class com.net2plan.utils.InputParameter
 
-  
 
- isWorkingAtLayer(NetworkLayer) - Method in class com.net2plan.interfaces.networkDesign.Node
 
- 
Returns true has at least one link, or demand, or multicast demand at the given layer associated to it.