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