Uses of Class
org.goplanit.path.ManagedDirectedPathsImpl
-
Packages that use ManagedDirectedPathsImpl Package Description org.goplanit.path PLANit path classes -
-
Uses of ManagedDirectedPathsImpl in org.goplanit.path
Methods in org.goplanit.path that return ManagedDirectedPathsImpl Modifier and Type Method Description ManagedDirectedPathsImpl
ManagedDirectedPathsImpl. deepClone()
Deep clone implementationManagedDirectedPathsImpl
ManagedDirectedPathsImpl. deepCloneWithMapping(BiConsumer<ManagedDirectedPath,ManagedDirectedPath> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperManagedDirectedPathsImpl
ManagedDirectedPathsImpl. shallowClone()
Each map wrapper should be cloneable where the contents are references of the original where possible but the underlying map itself is newly createdConstructors in org.goplanit.path with parameters of type ManagedDirectedPathsImpl Constructor Description ManagedDirectedPathsImpl(ManagedDirectedPathsImpl directedPathsImpl, boolean deepCopy, BiConsumer<ManagedDirectedPath,ManagedDirectedPath> mapper)
Copy constructor, also creates new factory with this as its underlying container
-