public class InterLayerPropagationGraph extends Object
Modifier and Type | Class and Description |
---|---|
class |
InterLayerPropagationGraph.IPGNode |
Constructor and Description |
---|
InterLayerPropagationGraph(SortedSet<Demand> initialDemands,
SortedSet<Link> initialLinks,
SortedSet<Pair<MulticastDemand,Node>> initialMDemands,
boolean upWards) |
Modifier and Type | Method and Description |
---|---|
SortedMap<Demand,InterLayerPropagationGraph.IPGNode> |
getDemand2IGPVertexMap() |
SortedSet<Demand> |
getDemandsInGraph() |
SortedSet<InterLayerPropagationGraph.IPGNode> |
getInitialIPGVertices() |
org.jgrapht.experimental.dag.DirectedAcyclicGraph<InterLayerPropagationGraph.IPGNode,Object> |
getInterLayerPropagationGraph() |
SortedMap<Link,InterLayerPropagationGraph.IPGNode> |
getLink2IGPVertexMap() |
SortedSet<Link> |
getLinksInGraph() |
SortedMap<Pair<MulticastDemand,Node>,InterLayerPropagationGraph.IPGNode> |
getmDemandAndNode2VertexMap() |
SortedSet<Pair<MulticastDemand,Node>> |
getMulticastDemandFlowsInGraph() |
boolean |
isUpWardsTrueDownwardsFalse() |
public SortedMap<Demand,InterLayerPropagationGraph.IPGNode> getDemand2IGPVertexMap()
public SortedSet<InterLayerPropagationGraph.IPGNode> getInitialIPGVertices()
public org.jgrapht.experimental.dag.DirectedAcyclicGraph<InterLayerPropagationGraph.IPGNode,Object> getInterLayerPropagationGraph()
public SortedMap<Link,InterLayerPropagationGraph.IPGNode> getLink2IGPVertexMap()
public SortedMap<Pair<MulticastDemand,Node>,InterLayerPropagationGraph.IPGNode> getmDemandAndNode2VertexMap()
public SortedSet<Pair<MulticastDemand,Node>> getMulticastDemandFlowsInGraph()
public boolean isUpWardsTrueDownwardsFalse()
Copyright © 2018. All rights reserved.