Uses of Interface
org.planit.utils.graph.DirectedGraph
-
Packages that use DirectedGraph Package Description org.planit.graph Network component object classesorg.planit.network.physical Physical network component object classesorg.planit.utils.graph Utilities for setting up graphs -
-
Uses of DirectedGraph in org.planit.graph
Classes in org.planit.graph that implement DirectedGraph Modifier and Type Class Description class
DirectedGraphImpl<V extends DirectedVertex,E extends DirectedEdge,ES extends EdgeSegment>
A graph implementation consisting of vertices and edgesMethods in org.planit.graph that return DirectedGraph Modifier and Type Method Description DirectedGraph<V,E,ES>
ACyclicSubGraph. getParentGraph()
the parent graphConstructors in org.planit.graph with parameters of type DirectedGraph Constructor Description ACyclicSubGraph(IdGroupingToken groupId, DirectedGraph<V,E,ES> parentGraph, V root)
Constructor -
Uses of DirectedGraph in org.planit.network.physical
Methods in org.planit.network.physical that return DirectedGraph Modifier and Type Method Description protected DirectedGraph<N,L,LS>
PhysicalNetwork. getGraph()
collect the graph -
Uses of DirectedGraph in org.planit.utils.graph
Methods in org.planit.utils.graph that return DirectedGraph Modifier and Type Method Description DirectedGraph<V,E,ES>
DirectedSubGraph. getParentGraph()
the parent graph
-