Uses of Interface
org.goplanit.utils.od.OdMatrix
-
Packages that use OdMatrix 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 OdMatrix in org.goplanit.od.demand
Classes in org.goplanit.od.demand that implement OdMatrix Modifier and Type Class Description class
OdDemandMatrix
This class handles the OD demand matrix. -
Uses of OdMatrix in org.goplanit.od.path
Classes in org.goplanit.od.path that implement OdMatrix Modifier and Type Class Description class
OdPathMatrix
This class stores the path objects from each origin to each destination in a full matrix form -
Uses of OdMatrix in org.goplanit.od.skim
Classes in org.goplanit.od.skim that implement OdMatrix Modifier and Type Class Description class
OdSkimMatrix
This class stores an OD Skim matrix. -
Uses of OdMatrix in org.goplanit.utils.od
Classes in org.goplanit.utils.od that implement OdMatrix Modifier and Type Class Description 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.
-