Uses of Class
org.goplanit.od.path.OdPathMatrix
-
Packages that use OdPathMatrix Package Description org.goplanit.assignment.traditionalstatic org.goplanit.od.path This package holds the origin-destination path objects.org.goplanit.output.adapter Output Adapter and Output Type Adapter classes and interfacesorg.goplanit.path PLANit path classesorg.goplanit.path.choice PLANit path choice classes -
-
Uses of OdPathMatrix in org.goplanit.assignment.traditionalstatic
Methods in org.goplanit.assignment.traditionalstatic that return OdPathMatrix Modifier and Type Method Description OdPathMatrix
TraditionalStaticAssignmentSimulationData. getOdPathMatrix(Mode mode)
Retrieve the current OD path for a specified modeMethods in org.goplanit.assignment.traditionalstatic that return types with arguments of type OdPathMatrix Modifier and Type Method Description Optional<OdPathMatrix>
TraditionalStaticPathOutputTypeAdapter. getOdPathMatrix(Mode mode)
Retrieve an OD path matrix object for a specified mode -
Uses of OdPathMatrix in org.goplanit.od.path
Methods in org.goplanit.od.path that return OdPathMatrix Modifier and Type Method Description OdPathMatrix
OdPathMatrix. clone()
Create a shallow copy of this entityConstructors in org.goplanit.od.path with parameters of type OdPathMatrix Constructor Description OdPathMatrix(OdPathMatrix odPathMatrix)
Copy constructor (shallow copy of matrix contents)OdPathMatrixIterator(OdPathMatrix matrix)
-
Uses of OdPathMatrix in org.goplanit.output.adapter
Methods in org.goplanit.output.adapter that return types with arguments of type OdPathMatrix Modifier and Type Method Description Optional<OdPathMatrix>
PathOutputTypeAdapter. getOdPathMatrix(Mode mode)
Retrieve an OD path matrix object for a specified mode -
Uses of OdPathMatrix in org.goplanit.path
Fields in org.goplanit.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.goplanit.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.goplanit.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.goplanit.path.choice
Fields in org.goplanit.path.choice declared as OdPathMatrix Modifier and Type Field Description protected OdPathMatrix
StochasticPathChoice. odPathSet
The registered od path set instanceMethods in org.goplanit.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
-