Uses of Interface
org.goplanit.utils.od.OdData
-
Packages that use OdData 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 OdData in org.goplanit.od.demand
Subinterfaces of OdData in org.goplanit.od.demand Modifier and Type Interface Description interface
OdDemands
OdData representing Origin-Destination demands without a specific container reference so a general typed definition of OdDemands can be used for accessClasses in org.goplanit.od.demand that implement OdData Modifier and Type Class Description class
OdDemandMatrix
This class handles the OD demand matrix. -
Uses of OdData in org.goplanit.od.path
Subinterfaces of OdData in org.goplanit.od.path Modifier and Type Interface Description interface
OdPaths
A container class for Origin-Destination paths.Classes in org.goplanit.od.path that implement OdData 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 OdData in org.goplanit.od.skim
Classes in org.goplanit.od.skim that implement OdData Modifier and Type Class Description class
OdSkimMatrix
This class stores an OD Skim matrix. -
Uses of OdData in org.goplanit.utils.od
Subinterfaces of OdData in org.goplanit.utils.od Modifier and Type Interface Description interface
OdHashed<T>
This interface represents a hashed based implementation for handling origin-demand matrices of a certain type where the data is modelled by a single hash key generated from the OD zone informationinterface
OdMatrix<T,U>
This class contains common methods for handling origin-demand matrices of a certain type where the entire matrix is modelled even if some combinations of ODs do not contain any data.Classes in org.goplanit.utils.od that implement OdData Modifier and Type Class Description class
OdDataImpl<T>
Base class containing common methods required by all classes which implement ODDataclass
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.
-