Package | Description |
---|---|
com.net2plan.interfaces.networkDesign |
Provides a set of classes and interfaces for the network design tool.
|
com.net2plan.libraries |
Provides a set of useful libraries to develop algorithms and reports.
|
Modifier and Type | Method and Description |
---|---|
MulticastTree |
NetPlan.addMulticastTree(MulticastDemand demand,
double carriedTraffic,
double occupiedLinkCapacity,
Set<Link> linkSet,
Map<String,String> attributes)
Adds a new traffic multicast tree.
|
MulticastTree |
NetPlan.getMulticastTree(int index,
NetworkLayer... optionalLayerParameter)
Returns the multicast tree with the given index in the given layer.
|
MulticastTree |
NetPlan.getMulticastTreeFromId(long uid)
Returns the multicast tree with the given unique identifier.
|
Modifier and Type | Method and Description |
---|---|
Pair<SortedSet<MulticastTree>,Double> |
MulticastDemand.computeMinimumCostMulticastTrees(double[] costs)
Returns the multicast tree of this demand with lowest cost (and its cost), using the cost per link array provided.
|
SortedSet<MulticastTree> |
SharedRiskGroup.getAffectedMulticastTrees(NetworkLayer layer)
Returns the set of multicast trees in the given layer affected by the SRG (fail, when the SRG is in failure state)
|
SortedSet<MulticastTree> |
SharedRiskGroup.getAffectedMulticastTreesAllLayers()
Returns the set of multicast trees affected by the SRG (fail, when the SRG is in failure state).
|
SortedSet<MulticastTree> |
Node.getAssociatedMulticastTrees(NetworkLayer... optionalLayerParameter)
Returns the set of multicast trees that start, end or traverse this node, in the given layer.
|
SortedSet<MulticastTree> |
Node.getIncomingMulticastTrees(NetworkLayer... optionalLayerParameter)
Returns the set of multicast trees ending in the node, in the given layer.
|
SortedSet<MulticastTree> |
MulticastDemand.getMulticastTrees()
Returns the
Multicast Trees associated to this demand. |
List<MulticastTree> |
NetPlan.getMulticastTrees(NetworkLayer... optionalLayerParameter)
Returns the array of multicast trees for the given layer (i-th position, corresponds to index i).
|
SortedSet<MulticastTree> |
NetPlan.getMulticastTreesDown(NetworkLayer... optionalLayerParameter)
Returns the set of multicast trees that are down (i.e.
|
SortedSet<MulticastTree> |
NetPlan.getMulticastTreesTraversingZeroCapLinks(NetworkLayer... optionalLayerParameter)
Returns the set of multicast trees that are down (i.e.
|
SortedSet<MulticastTree> |
Node.getOutgoingMulticastTrees(NetworkLayer... optionalLayerParameter)
Returns the set of multicast tree initiated in the node, in the given layer.
|
SortedSet<MulticastTree> |
NetPlan.getTaggedMulticastTrees(String tag,
NetworkLayer... optionalLayerParameter)
Returns the set of multicast trees in the given layer with the given tag.
|
SortedSet<MulticastTree> |
Link.getTraversingTrees()
Returns the
Multicast Trees traversing the link. |
Modifier and Type | Method and Description |
---|---|
static Pair<Double,Double> |
TrafficComputationEngine.getAverageHopsAndLengthOfMulticastTrees(List<MulticastTree> trees)
Returns the average number of hops (number of links) and km (summing all links) of the multicast trees in the network
|
Copyright © 2018. All rights reserved.