Package output.events
Class EventVehicleFromToQueueInfo
- java.lang.Object
-
- output.events.AbstractEventWrapper
-
- output.events.EventVehicleFromToQueueInfo
-
public class EventVehicleFromToQueueInfo extends AbstractEventWrapper
-
-
Field Summary
Fields Modifier and Type Field Description Queuefrom_queueQueueto_queuelongvehicle_id-
Fields inherited from class output.events.AbstractEventWrapper
timestamp
-
-
Constructor Summary
Constructors Constructor Description EventVehicleFromToQueueInfo(float timestamp, long vehicle_id, Queue from_queue, Queue to_queue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasString()Stringfrom_queue_id()Longget_vehicle_id()Stringto_queue_id()
-