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 Queue
from_queue
Queue
to_queue
long
vehicle_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 String
asString()
String
from_queue_id()
Long
get_vehicle_id()
String
to_queue_id()
-