Uses of Class
org.planit.od.odmatrix.demand.ODDemandMatrix
-
Packages that use ODDemandMatrix Package Description org.planit.demands Classes which manage traveler demands -
-
Uses of ODDemandMatrix in org.planit.demands
Fields in org.planit.demands with type parameters of type ODDemandMatrix Modifier and Type Field Description protected TreeMap<Long,TreeMap<Mode,ODDemandMatrix>>
Demands. odDemands
Trip demand matricesMethods in org.planit.demands that return ODDemandMatrix Modifier and Type Method Description ODDemandMatrix
Demands. get(Mode mode, TimePeriod timePeriod)
Get an ODDemand by mode and time periodODDemandMatrix
Demands. registerODDemand(TimePeriod timePeriod, Mode mode, ODDemandMatrix odDemandMatrix)
Register provided odDemandMethods in org.planit.demands with parameters of type ODDemandMatrix Modifier and Type Method Description ODDemandMatrix
Demands. registerODDemand(TimePeriod timePeriod, Mode mode, ODDemandMatrix odDemandMatrix)
Register provided odDemand
-