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