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