Uses of Interface
org.goplanit.utils.graph.UntypedDirectedGraph
-
Packages that use UntypedDirectedGraph Package Description org.goplanit.graph.directed org.goplanit.graph.directed.modifier org.goplanit.network.layer org.goplanit.utils.graph Utilities for setting up graphsorg.goplanit.utils.graph.directed -
-
Uses of UntypedDirectedGraph in org.goplanit.graph.directed
Classes in org.goplanit.graph.directed that implement UntypedDirectedGraph Modifier and Type Class Description class
ConjugateDirectedGraphImpl<V extends ConjugateDirectedVertex,E extends ConjugateDirectedEdge,ES extends ConjugateEdgeSegment>
A conjugate directed graph implementation consisting of conjugate directed vertices, conjugate directed edges and conjugate edge segmentsclass
DirectedGraphImpl<V extends DirectedVertex,E extends DirectedEdge,ES extends EdgeSegment>
A directed graph implementation consisting of directed vertices, directed edges and edge segmentsclass
UntypedDirectedGraphImpl<V extends DirectedVertex,E extends DirectedEdge,ES extends EdgeSegment>
A directed graph implementation consisting of directed vertices and directed edges -
Uses of UntypedDirectedGraph in org.goplanit.graph.directed.modifier
Methods in org.goplanit.graph.directed.modifier that return UntypedDirectedGraph Modifier and Type Method Description UntypedDirectedGraph<?,?,?>
DirectedGraphModifierImpl. getUntypedDirectedGraph()
Access to directed graph we are modifyingConstructors in org.goplanit.graph.directed.modifier with parameters of type UntypedDirectedGraph Constructor Description DirectedGraphModifierImpl(UntypedDirectedGraph<?,?,?> theDirectedGraph)
Constructor. -
Uses of UntypedDirectedGraph in org.goplanit.network.layer
Methods in org.goplanit.network.layer that return UntypedDirectedGraph Modifier and Type Method Description protected UntypedDirectedGraph<V,E,S>
UntypedNetworkLayerImpl. getDirectedGraph()
collect the graph -
Uses of UntypedDirectedGraph in org.goplanit.utils.graph
Methods in org.goplanit.utils.graph that return UntypedDirectedGraph Modifier and Type Method Description UntypedDirectedGraph<V,E,ES>
UntypedDirectedGraph. deepClone()
An id entity should always support a deep copy, i.e., all "owned" members will be deep copied when a clone of this instance is created via this call.UntypedDirectedGraph<V,E,ES>
UntypedDirectedGraph. shallowClone()
Create a shallow copy of this entity -
Uses of UntypedDirectedGraph in org.goplanit.utils.graph.directed
Subinterfaces of UntypedDirectedGraph in org.goplanit.utils.graph.directed Modifier and Type Interface Description interface
DirectedGraph<V extends DirectedVertex,E extends DirectedEdge,ES extends EdgeSegment>
Interface for a directed graph with explicit container types rather than the base containers.
-