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 interfaceOdDemandsOdData 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 classOdDemandMatrixThis 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 interfaceOdPathsA container class for Origin-Destination paths.Classes in org.goplanit.od.path that implement OdData Modifier and Type Class Description classOdPathMatrixThis class stores the path objects from each origin to each destination in a full matrix formclassOdPathsHashedThis 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 classOdSkimMatrixThis 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 interfaceOdHashed<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 informationinterfaceOdMatrix<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 classOdDataImpl<T>Base class containing common methods required by all classes which implement ODDataclassOdHashedImpl<T>This class stores paths by their origin and destination by creating a unique hash for the combined ids of the od zones.classOdMatrixImpl<T,U>This class contains common methods for handling origin-demand matrices.classOdNonPrimitiveMatrix<T>This class contains common methods for handling origin-demand matrices where values are non primitive types, i.e.classOdPrimitiveMatrix<T extends Number>This class contains common methods for handling origin-demand matrices.
-