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