Uses of Class
org.planit.od.odpath.ODPathMatrix
-
Packages that use ODPathMatrix Package Description org.planit.assignment.traditionalstatic org.planit.output.adapter Output Adapter and Output Type Adapter classes and interfacesorg.planit.path PLANit path classesorg.planit.path.choice PLANit path choice classes -
-
Uses of ODPathMatrix in org.planit.assignment.traditionalstatic
Methods in org.planit.assignment.traditionalstatic that return ODPathMatrix Modifier and Type Method Description ODPathMatrix
TraditionalStaticAssignmentSimulationData. getODPathMatrix(Mode mode)
Retrieve the current OD path for a specified mode -
Uses of ODPathMatrix in org.planit.output.adapter
Methods in org.planit.output.adapter that return ODPathMatrix Modifier and Type Method Description ODPathMatrix
PathOutputTypeAdapter. getODPathMatrix(Mode mode)
Retrieve an OD path matrix object for a specified modeODPathMatrix
TraditionalStaticPathOutputTypeAdapter. getODPathMatrix(Mode mode)
Retrieve an OD path matrix object for a specified mode -
Uses of ODPathMatrix in org.planit.path
Fields in org.planit.path with type parameters of type ODPathMatrix Modifier and Type Field Description protected TreeMap<Long,ODPathMatrix>
ODPathSets. odPathMatrices
map holding all registered od path matrices by their unique idMethods in org.planit.path that return ODPathMatrix Modifier and Type Method Description ODPathMatrix
ODPathSets. createAndRegisterOdPathMatrix(Zoning zoning)
Create an empty od path matrix and register it on this od path setsODPathMatrix
ODPathSets. getFirstOdPathMatrix()
Collect the first od path matrix availableMethods in org.planit.path with parameters of type ODPathMatrix Modifier and Type Method Description void
ODPathSets. registerOdPathMatrix(ODPathMatrix odPathMatrix)
register the passed in path matrix (not copied) -
Uses of ODPathMatrix in org.planit.path.choice
Fields in org.planit.path.choice declared as ODPathMatrix Modifier and Type Field Description protected ODPathMatrix
StochasticPathChoice. odPathSet
The registered od path set instanceMethods in org.planit.path.choice with parameters of type ODPathMatrix Modifier and Type Method Description void
StochasticPathChoice. setOdPathMatrix(ODPathMatrix odPathSet)
Register a fixed od path set to use in the form of an ODPathMatrixvoid
StochasticPathChoiceConfigurator. setOdPathMatrix(ODPathMatrix odPathSet)
Register a fixed od path set to use in the form of an ODPathMatrix
-