Uses of Class
org.goplanit.od.path.OdPathsHashed
-
Packages that use OdPathsHashed Package Description org.goplanit.od.path This package holds the origin-destination path objects. -
-
Uses of OdPathsHashed in org.goplanit.od.path
Methods in org.goplanit.od.path that return OdPathsHashed Modifier and Type Method Description OdPathsHashed
OdPathsHashed. 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.OdPathsHashed
OdPathsHashed. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.od.path with parameters of type OdPathsHashed Constructor Description OdPathsHashed(OdPathsHashed other, boolean deepCopy)
Copy constructorOdPathsHashedIterator(OdPathsHashed container)
-