Uses of Class
org.goplanit.graph.UntypedGraphImpl
-
Packages that use UntypedGraphImpl Package Description org.goplanit.graph Network component object classesorg.goplanit.graph.directed -
-
Uses of UntypedGraphImpl in org.goplanit.graph
Subclasses of UntypedGraphImpl in org.goplanit.graph Modifier and Type Class Description class
ConjugateGraphImpl<V extends ConjugateVertex,E extends ConjugateEdge>
A conjugate graph implementation consisting of conjugate vertices and conjugate edgesclass
GraphImpl<V extends Vertex,E extends Edge>
A graph implementation consisting of vertices and edgesMethods in org.goplanit.graph that return UntypedGraphImpl Modifier and Type Method Description UntypedGraphImpl<V,E>
UntypedGraphImpl. smartDeepClone(GraphEntityDeepCopyMapper<V> vertexMapper, GraphEntityDeepCopyMapper<E> edgeMapper)
A smart deep clone updates known interdependencies between vertices, edges, and edge segments utilising the graph entity deep copy mappersConstructors in org.goplanit.graph with parameters of type UntypedGraphImpl Constructor Description UntypedGraphImpl(UntypedGraphImpl<V,E> other, boolean deepCopy)
Copy constructor for shallow copyUntypedGraphImpl(UntypedGraphImpl<V,E> other, boolean deepCopy, GraphEntityDeepCopyMapper<V> vertexMapper, GraphEntityDeepCopyMapper<E> edgesMapper)
Copy constructor for shallow copy -
Uses of UntypedGraphImpl in org.goplanit.graph.directed
Subclasses of UntypedGraphImpl in org.goplanit.graph.directed 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
-