Uses of Class
org.goplanit.graph.directed.DirectedGraphImpl
-
Packages that use DirectedGraphImpl Package Description org.goplanit.graph.directed -
-
Uses of DirectedGraphImpl in org.goplanit.graph.directed
Methods in org.goplanit.graph.directed that return DirectedGraphImpl Modifier and Type Method Description DirectedGraphImpl<V,E,ES>
DirectedGraphImpl. 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.DirectedGraphImpl<V,E,ES>
DirectedGraphImpl. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.graph.directed with parameters of type DirectedGraphImpl Constructor Description DirectedGraphImpl(DirectedGraphImpl other, boolean deepCopy)
Copy constructorDirectedGraphImpl(DirectedGraphImpl directedGraphImpl, boolean deepCopy, GraphEntityDeepCopyMapper<V> vertexMapper, GraphEntityDeepCopyMapper<E> edgeMapper, GraphEntityDeepCopyMapper<ES> edgeSegmentMapper)
Copy constructor
-