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