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