Package output
Interface InterfaceVehicleListener
-
- All Known Implementing Classes:
OutputTravelTime,OutputVehicleClass,OutputVehicleEvents
public interface InterfaceVehicleListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmove_from_to_queue(float timestamp, MesoVehicle vehicle, Queue from_queue, Queue to_queue)
-
-
-
Method Detail
-
move_from_to_queue
void move_from_to_queue(float timestamp, MesoVehicle vehicle, Queue from_queue, Queue to_queue) throws OTMException- Throws:
OTMException
-
-