Uses of Class
org.goplanit.utils.od.OdDataImpl
-
Packages that use OdDataImpl Package Description org.goplanit.od.demand Contains the definitions of the Origin-Destination Demand classesorg.goplanit.od.path This package holds the origin-destination path objects.org.goplanit.od.skim This package holds the origin-destination Skim Matrix objects.org.goplanit.utils.od Top-level abstract interfaces to handle Origin-Destination Data -
-
Uses of OdDataImpl in org.goplanit.od.demand
Subclasses of OdDataImpl in org.goplanit.od.demand Modifier and Type Class Description class
OdDemandMatrix
This class handles the OD demand matrix. -
Uses of OdDataImpl in org.goplanit.od.path
Subclasses of OdDataImpl in org.goplanit.od.path Modifier and Type Class Description class
OdPathMatrix
This class stores the path objects from each origin to each destination in a full matrix formclass
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 OdDataImpl in org.goplanit.od.skim
Subclasses of OdDataImpl in org.goplanit.od.skim Modifier and Type Class Description class
OdSkimMatrix
This class stores an OD Skim matrix. -
Uses of OdDataImpl in org.goplanit.utils.od
Subclasses of OdDataImpl in org.goplanit.utils.od 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.class
OdMatrixImpl<T,U>
This class contains common methods for handling origin-demand matrices.class
OdNonPrimitiveMatrix<T>
This class contains common methods for handling origin-demand matrices where values are non primitive types, i.e.class
OdPrimitiveMatrix<T extends Number>
This class contains common methods for handling origin-demand matrices.Methods in org.goplanit.utils.od that return OdDataImpl Modifier and Type Method Description abstract OdDataImpl<T>
OdDataImpl. clone()
Create a shallow copy of this entityConstructors in org.goplanit.utils.od with parameters of type OdDataImpl Constructor Description OdDataImpl(OdDataImpl<T> other)
Copy Constructor
-