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