Uses of Class
org.planit.od.odroute.ODRouteMatrix
-
Packages that use ODRouteMatrix Package Description org.planit.data Data used for calculation during iterations of the traffic assignmentorg.planit.output.adapter Output Adapter and Output Type Adapter classes and interfacesorg.planit.route PLANit route classesorg.planit.route.choice PLANit route choice classes -
-
Uses of ODRouteMatrix in org.planit.data
Methods in org.planit.data that return ODRouteMatrix Modifier and Type Method Description ODRouteMatrix
TraditionalStaticAssignmentSimulationData. getODPathMatrix(Mode mode)
Retrieve the current OD path for a specified mode -
Uses of ODRouteMatrix in org.planit.output.adapter
Methods in org.planit.output.adapter that return ODRouteMatrix Modifier and Type Method Description ODRouteMatrix
RouteOutputTypeAdapter. getODPathMatrix(Mode mode)
Retrieve an OD path matrix object for a specified modeODRouteMatrix
TraditionalStaticRouteOutputTypeAdapter. getODPathMatrix(Mode mode)
Retrieve an OD path matrix object for a specified mode -
Uses of ODRouteMatrix in org.planit.route
Fields in org.planit.route with type parameters of type ODRouteMatrix Modifier and Type Field Description protected TreeMap<Long,ODRouteMatrix>
ODRouteSets. odRouteMatrices
map holding all registered od route matrices by their unique idMethods in org.planit.route that return ODRouteMatrix Modifier and Type Method Description ODRouteMatrix
ODRouteSets. createAndRegisterOdRouteMatrix(Zoning zoning)
Create an empty od route matrix and register it on this od route setsODRouteMatrix
ODRouteSets. getFirstODRouteMatrix()
Collect the first od route matrix availableMethods in org.planit.route with parameters of type ODRouteMatrix Modifier and Type Method Description void
ODRouteSets. registerOdRouteMatrix(ODRouteMatrix odRouteMatrix)
register the passed in route matrix (not copied) -
Uses of ODRouteMatrix in org.planit.route.choice
Fields in org.planit.route.choice declared as ODRouteMatrix Modifier and Type Field Description protected ODRouteMatrix
StochasticRouteChoice. odRouteSet
The registered od route set instanceMethods in org.planit.route.choice with parameters of type ODRouteMatrix Modifier and Type Method Description void
StochasticRouteChoice. RegisterODRouteMatrix(ODRouteMatrix odRouteSet)
Register a fixed od route set to use in the form of an ODPathMatrix
-