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. odDemandsTrip demand matricesMethods in org.planit.demands that return ODDemandMatrix Modifier and Type Method Description ODDemandMatrixDemands. get(Mode mode, TimePeriod timePeriod)Get an ODDemand by mode and time periodODDemandMatrixDemands. registerODDemand(TimePeriod timePeriod, Mode mode, ODDemandMatrix odDemandMatrix)Register provided odDemandMethods in org.planit.demands with parameters of type ODDemandMatrix Modifier and Type Method Description ODDemandMatrixDemands. registerODDemand(TimePeriod timePeriod, Mode mode, ODDemandMatrix odDemandMatrix)Register provided odDemand
-