Uses of Class
org.goplanit.utils.od.OdHashedImpl
-
Packages that use OdHashedImpl Package Description org.goplanit.od.path This package holds the origin-destination path objects.org.goplanit.utils.od Top-level abstract interfaces to handle Origin-Destination Data -
-
Uses of OdHashedImpl in org.goplanit.od.path
Subclasses of OdHashedImpl in org.goplanit.od.path Modifier and Type Class Description class
OdPathsHashed
This class stores paths by their origin and destination by creating a unique hash for the combined ids of the od zones. -
Uses of OdHashedImpl in org.goplanit.utils.od
Methods in org.goplanit.utils.od that return OdHashedImpl Modifier and Type Method Description abstract OdHashedImpl<T>
OdHashedImpl. 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.abstract OdHashedImpl<T>
OdHashedImpl. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.utils.od with parameters of type OdHashedImpl Constructor Description OdHashedImpl(OdHashedImpl<T> other)
Copy constructor, only shallow copy implemented, deep copy is to be implemented by parent because we do not want to enforce more type information on values
-