Uses of Interface
org.planit.od.ODData
-
Packages that use ODData Package Description org.planit.od Top-level abstract interfaces to handle Origin-Destination Dataorg.planit.od.odmatrix This package contains classes for managing OD matrices.org.planit.od.odmatrix.demand Contains the definitions of the Origin-Destination Demand classesorg.planit.od.odmatrix.skim This package holds the origin-destination Skim Matrix objects.org.planit.od.odroute This package holds the origin-destination path objects. -
-
Uses of ODData in org.planit.od
Classes in org.planit.od that implement ODData Modifier and Type Class Description class
ODDataImpl<T>
Base class containing common methods required by all classes which implement ODData -
Uses of ODData in org.planit.od.odmatrix
Classes in org.planit.od.odmatrix that implement ODData Modifier and Type Class Description class
ODMatrix
This class contains common methods for handling origin-demand matrices. -
Uses of ODData in org.planit.od.odmatrix.demand
Classes in org.planit.od.odmatrix.demand that implement ODData Modifier and Type Class Description class
ODDemandMatrix
This class handles the OD demand matrix. -
Uses of ODData in org.planit.od.odmatrix.skim
Classes in org.planit.od.odmatrix.skim that implement ODData Modifier and Type Class Description class
ODSkimMatrix
This class stores an OD Skim matrix. -
Uses of ODData in org.planit.od.odroute
Classes in org.planit.od.odroute that implement ODData Modifier and Type Class Description class
ODRouteMatrix
This class stores the route objects from each origin to each destination.
-