Uses of Interface
org.goplanit.utils.od.OdHashed
-
Packages that use OdHashed 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 OdHashed in org.goplanit.od.path
Classes in org.goplanit.od.path that implement OdHashed 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 OdHashed in org.goplanit.utils.od
Classes in org.goplanit.utils.od that implement OdHashed Modifier and Type Class Description class
OdHashedImpl<T>
This class stores paths by their origin and destination by creating a unique hash for the combined ids of the od zones.Constructors in org.goplanit.utils.od with parameters of type OdHashed Constructor Description OdHashedIterator(OdHashed<T> container, OdZones zones)
Constructor
-