Uses of Class
org.goplanit.path.DirectedPathsImpl
-
Packages that use DirectedPathsImpl Package Description org.goplanit.path PLANit path classes -
-
Uses of DirectedPathsImpl in org.goplanit.path
Methods in org.goplanit.path that return DirectedPathsImpl Modifier and Type Method Description DirectedPathsImpl
DirectedPathsImpl. clone()
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 DirectedPathsImpl Constructor Description DirectedPathsImpl(DirectedPathsImpl directedPathsImpl)
Copy constructor
-