Uses of Class
org.planit.od.ODDataImpl
-
Packages that use ODDataImpl Package Description org.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 ODDataImpl in org.planit.od.odmatrix
Subclasses of ODDataImpl in org.planit.od.odmatrix Modifier and Type Class Description class
ODMatrix
This class contains common methods for handling origin-demand matrices. -
Uses of ODDataImpl in org.planit.od.odmatrix.demand
Subclasses of ODDataImpl in org.planit.od.odmatrix.demand Modifier and Type Class Description class
ODDemandMatrix
This class handles the OD demand matrix. -
Uses of ODDataImpl in org.planit.od.odmatrix.skim
Subclasses of ODDataImpl in org.planit.od.odmatrix.skim Modifier and Type Class Description class
ODSkimMatrix
This class stores an OD Skim matrix. -
Uses of ODDataImpl in org.planit.od.odroute
Subclasses of ODDataImpl in org.planit.od.odroute Modifier and Type Class Description class
ODRouteMatrix
This class stores the route objects from each origin to each destination.
-