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 ODPathMatrixTraditionalStaticAssignmentSimulationData. 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 ODPathMatrixPathOutputTypeAdapter. getODPathMatrix(Mode mode)Retrieve an OD path matrix object for a specified modeODPathMatrixTraditionalStaticPathOutputTypeAdapter. 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. odPathMatricesmap holding all registered od path matrices by their unique idMethods in org.planit.path that return ODPathMatrix Modifier and Type Method Description ODPathMatrixODPathSets. createAndRegisterOdPathMatrix(Zoning zoning)Create an empty od path matrix and register it on this od path setsODPathMatrixODPathSets. getFirstOdPathMatrix()Collect the first od path matrix availableMethods in org.planit.path with parameters of type ODPathMatrix Modifier and Type Method Description voidODPathSets. 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 ODPathMatrixStochasticPathChoice. odPathSetThe registered od path set instanceMethods in org.planit.path.choice with parameters of type ODPathMatrix Modifier and Type Method Description voidStochasticPathChoice. setOdPathMatrix(ODPathMatrix odPathSet)Register a fixed od path set to use in the form of an ODPathMatrixvoidStochasticPathChoiceConfigurator. setOdPathMatrix(ODPathMatrix odPathSet)Register a fixed od path set to use in the form of an ODPathMatrix
-