Uses of Interface
org.goplanit.od.demand.OdDemands
-
Packages that use OdDemands Package Description org.goplanit.assignment.ltm.sltm org.goplanit.assignment.ltm.sltm.loading org.goplanit.demands Classes which manage traveler demandsorg.goplanit.od.demand Contains the definitions of the Origin-Destination Demand classes -
-
Uses of OdDemands in org.goplanit.assignment.ltm.sltm
Methods in org.goplanit.assignment.ltm.sltm that return OdDemands Modifier and Type Method Description protected OdDemands
StaticLtmAssignmentStrategy. getOdDemands()
Get od demands usedMethods in org.goplanit.assignment.ltm.sltm with parameters of type OdDemands Modifier and Type Method Description protected void
StaticLtmAssignmentStrategy. setOdDemands(OdDemands odDemands)
set od demand usedvoid
StaticLtmAssignmentStrategy. updateTimePeriod(TimePeriod timePeriod, Mode mode, OdDemands odDemands)
Invoked before start of equilibrating a new time period -
Uses of OdDemands in org.goplanit.assignment.ltm.sltm.loading
Methods in org.goplanit.assignment.ltm.sltm.loading that return OdDemands Modifier and Type Method Description protected OdDemands
StaticLtmNetworkLoading. getOdDemands()
access to od demands for loadingMethods in org.goplanit.assignment.ltm.sltm.loading with parameters of type OdDemands Modifier and Type Method Description void
StaticLtmNetworkLoading. initialiseInputs(Mode mode, OdDemands odDemands, TransportModelNetwork network)
Initialise the loading with the given inputs -
Uses of OdDemands in org.goplanit.demands
Fields in org.goplanit.demands with type parameters of type OdDemands Modifier and Type Field Description protected TreeMap<Long,TreeMap<Mode,OdDemands>>
Demands. odDemandsByTimePeriodAndMode
Trip demand matricesMethods in org.goplanit.demands that return OdDemands Modifier and Type Method Description OdDemands
Demands. get(Mode mode, TimePeriod timePeriod)
Get an OdDemand by mode and time period in pcu/hourOdDemands
Demands. registerOdDemandPcuHour(TimePeriod timePeriod, Mode mode, OdDemands odDemandsPcuHour)
Register provided odDemandMethods in org.goplanit.demands with parameters of type OdDemands Modifier and Type Method Description OdDemands
Demands. registerOdDemandPcuHour(TimePeriod timePeriod, Mode mode, OdDemands odDemandsPcuHour)
Register provided odDemand -
Uses of OdDemands in org.goplanit.od.demand
Classes in org.goplanit.od.demand that implement OdDemands Modifier and Type Class Description class
OdDemandMatrix
This class handles the OD demand matrix.
-