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