Uses of Class
models.vehicle.spatialq.Queue
-
Packages that use Queue Package Description models.vehicle.spatialq output output.events -
-
Uses of Queue in models.vehicle.spatialq
Fields in models.vehicle.spatialq declared as Queue Modifier and Type Field Description QueueMesoVehicle. my_queueQueueMesoLaneGroup. transit_queueQueueMesoLaneGroup. waiting_queueMethods in models.vehicle.spatialq with parameters of type Queue Modifier and Type Method Description voidMesoVehicle. move_to_queue(float timestamp, Queue to_queue)Constructors in models.vehicle.spatialq with parameters of type Queue Constructor Description LaneChangeRequest(float timestamp, MesoVehicle requester, Queue from_queue, Queue to_queue) -
Uses of Queue in output
Methods in output with parameters of type Queue Modifier and Type Method Description voidInterfaceVehicleListener. move_from_to_queue(float timestamp, MesoVehicle vehicle, Queue from_queue, Queue to_queue)voidOutputTravelTime. move_from_to_queue(float timestamp, MesoVehicle vehicle, Queue from_queue, Queue to_queue)voidOutputVehicleClass. move_from_to_queue(float timestamp, MesoVehicle vehicle, Queue from_queue, Queue to_queue)voidOutputVehicleEvents. move_from_to_queue(float timestamp, MesoVehicle vehicle, Queue from_queue, Queue to_queue) -
Uses of Queue in output.events
Fields in output.events declared as Queue Modifier and Type Field Description QueueEventVehicleFromToQueueInfo. from_queueQueueEventWrapperTravelTime. from_queueQueueEventVehicleFromToQueueInfo. to_queueQueueEventWrapperTravelTime. to_queueConstructors in output.events with parameters of type Queue Constructor Description EventVehicleFromToQueueInfo(float timestamp, long vehicle_id, Queue from_queue, Queue to_queue)EventWrapperTravelTime(float timestamp, long vehicle_id, Queue from_queue, Queue to_queue)
-