Uses of Class
dispatch.Dispatcher
-
Packages that use Dispatcher Package Description actuator control control.commodity control.rampmetering control.sigint core dispatch lanechange models.fluid models.none models.vehicle models.vehicle.newell models.vehicle.spatialq output profiles sensor traveltime -
-
Uses of Dispatcher in actuator
Methods in actuator with parameters of type Dispatcher Modifier and Type Method Description voidAbstractActuator. poke(Dispatcher dispatcher, float timestamp) -
Uses of Dispatcher in control
Methods in control with parameters of type Dispatcher Modifier and Type Method Description voidAbstractController. poke(Dispatcher dispatcher, float timestamp)abstract voidAbstractController. update_command(Dispatcher dispatcher)voidControllerSchedule. update_command(Dispatcher dispatcher) -
Uses of Dispatcher in control.commodity
Methods in control.commodity with parameters of type Dispatcher Modifier and Type Method Description voidControllerFlowToLinks. update_command(Dispatcher dispatcher)voidControllerOfframpFlow. update_command(Dispatcher dispatcher)voidControllerRestrictLaneGroup. update_command(Dispatcher dispatcher)voidControllerTollLaneGroup. update_command(Dispatcher dispatcher) -
Uses of Dispatcher in control.rampmetering
Methods in control.rampmetering with parameters of type Dispatcher Modifier and Type Method Description voidAbstractControllerRampMetering. update_command(Dispatcher dispatcher)voidControllerProfileRate. update_command(Dispatcher dispatcher) -
Uses of Dispatcher in control.sigint
Methods in control.sigint with parameters of type Dispatcher Modifier and Type Method Description voidControllerSignal. update_command(Dispatcher dispatcher)voidControllerSignalPretimed. update_command(Dispatcher dispatcher) -
Uses of Dispatcher in core
Fields in core declared as Dispatcher Modifier and Type Field Description DispatcherScenario. dispatcherMethods in core with parameters of type Dispatcher Modifier and Type Method Description voidScenario. initialize(Dispatcher dispatcher, RunParameters runParams, boolean validate_post_init)voidInterfaceModel. register_with_dispatcher(Scenario scenario, Dispatcher dispatcher, float start_time)Constructors in core with parameters of type Dispatcher Constructor Description EventFluidModelUpdate(Dispatcher dispatcher, float timestamp, Object model)EventFluidStateUpdate(Dispatcher dispatcher, float timestamp, Object model) -
Uses of Dispatcher in dispatch
Fields in dispatch declared as Dispatcher Modifier and Type Field Description DispatcherAbstractEvent. dispatcherMethods in dispatch with parameters of type Dispatcher Modifier and Type Method Description voidPokable. poke(Dispatcher dispatcher, float timestamp)Constructors in dispatch with parameters of type Dispatcher Constructor Description AbstractEvent(Dispatcher dispatcher, int dispatch_order, float timestamp, Object recipient)EventAdvanceSignalPhase(Dispatcher dispatcher, float timestamp, SignalPhase phase)EventComputeTravelTime(Dispatcher dispatcher, float timestamp, Object recipient)EventCreateVehicle(Dispatcher dispatcher, float timestamp, core.AbstractDemandGenerator source)EventDemandChange(Dispatcher dispatcher, float timestamp, core.AbstractDemandGenerator demand_gen, double demand_vps)EventInitializeController(Dispatcher dispatcher, float timestamp, Object recipient)EventPoke(Dispatcher dispatcher, int dispatch_order, float timestamp, Object recipient)EventSplitChange(Dispatcher dispatcher, float timestamp, SplitMatrixProfile splitProfile, Map<Long,Double> outlink2value)EventStopSimulation(Scenario scenario, Dispatcher dispatcher, float timestamp)EventTimedWrite(Dispatcher dispatcher, float timestamp, Object obj) -
Uses of Dispatcher in lanechange
Methods in lanechange with parameters of type Dispatcher Modifier and Type Method Description voidAbstractLaneSelector. poke(Dispatcher dispatcher, float timestamp) -
Uses of Dispatcher in models.fluid
Methods in models.fluid with parameters of type Dispatcher Modifier and Type Method Description voidFluidDemandGenerator. set_demand_vps(Dispatcher dispatcher, float time, double new_demand_vps)Constructors in models.fluid with parameters of type Dispatcher Constructor Description EventUpdateTotalCellVehicles(Dispatcher dispatcher, float timestamp, Object recipient)EventUpdateTotalCellVehiclesDwn(Dispatcher dispatcher, float timestamp, Object recipient)EventUpdateTotalLanegroupVehicles(Dispatcher dispatcher, float timestamp, Object recipient)EventUpdateTotalLanegroupVehiclesDwn(Dispatcher dispatcher, float timestamp, Object recipient)EventUpdateTotalLinkVehicles(Dispatcher dispatcher, float timestamp, Object recipient) -
Uses of Dispatcher in models.none
Methods in models.none with parameters of type Dispatcher Modifier and Type Method Description voidModelNone. register_with_dispatcher(Scenario scenario, Dispatcher dispatcher, float start_time) -
Uses of Dispatcher in models.vehicle
Methods in models.vehicle with parameters of type Dispatcher Modifier and Type Method Description voidVehicleDemandGenerator. schedule_next_vehicle(Dispatcher dispatcher, float timestamp)voidVehicleDemandGenerator. set_demand_vps(Dispatcher dispatcher, float time, double value) -
Uses of Dispatcher in models.vehicle.newell
Methods in models.vehicle.newell with parameters of type Dispatcher Modifier and Type Method Description voidModelNewell. poke(Dispatcher dispatcher, float timestamp)voidModelNewell. register_with_dispatcher(Scenario scenario, Dispatcher dispatcher, float start_time) -
Uses of Dispatcher in models.vehicle.spatialq
Methods in models.vehicle.spatialq with parameters of type Dispatcher Modifier and Type Method Description voidModelSpatialQ. register_with_dispatcher(Scenario scenario, Dispatcher dispatcher, float start_time)Constructors in models.vehicle.spatialq with parameters of type Dispatcher Constructor Description EventReleaseVehicleFromLaneGroup(Dispatcher dispatcher, float timestamp, Object obj)EventTransitToWaiting(Dispatcher dispatcher, float timestamp, Object vehicle) -
Uses of Dispatcher in output
Methods in output with parameters of type Dispatcher Modifier and Type Method Description voidAbstractOutputTimed. register(RunParameters props, Dispatcher dispatcher)voidInterfaceOutput. register(RunParameters props, Dispatcher dispatcher)voidOutputCellSumVehicles. register(RunParameters props, Dispatcher dispatcher)voidOutputCellSumVehiclesDwn. register(RunParameters props, Dispatcher dispatcher)voidOutputController. register(RunParameters props, Dispatcher dispatcher)voidOutputLaneGroups. register(RunParameters props, Dispatcher dispatcher)voidOutputLaneGroupSumVehicles. register(RunParameters props, Dispatcher dispatcher)voidOutputLaneGroupSumVehiclesDwn. register(RunParameters props, Dispatcher dispatcher)voidOutputLinkSumVehicles. register(RunParameters props, Dispatcher dispatcher)voidOutputTravelTime. register(RunParameters props, Dispatcher dispatcher)voidOutputVehicleClass. register(RunParameters props, Dispatcher dispatcher)voidOutputVehicleEvents. register(RunParameters props, Dispatcher dispatcher) -
Uses of Dispatcher in profiles
Methods in profiles with parameters of type Dispatcher Modifier and Type Method Description voidSplitMatrixProfile. initialize(Dispatcher dispatcher)voidSplitMatrixProfile. register_next_change(Dispatcher dispatcher, TimeMap time_map) -
Uses of Dispatcher in sensor
Methods in sensor with parameters of type Dispatcher Modifier and Type Method Description voidAbstractSensor. poke(Dispatcher dispatcher, float timestamp)abstract voidAbstractSensor. take_measurement(Dispatcher dispatcher, float timestamp)voidFixedSensor. take_measurement(Dispatcher dispatcher, float timestamp) -
Uses of Dispatcher in traveltime
Methods in traveltime with parameters of type Dispatcher Modifier and Type Method Description voidLinkTravelTimeManager. initialize(Dispatcher dispatcher)
-