Package models.vehicle.spatialq
Class MesoVehicle
- java.lang.Object
-
- core.AbstractVehicle
-
- models.vehicle.spatialq.MesoVehicle
-
public class MesoVehicle extends core.AbstractVehicle
-
-
Field Summary
Fields Modifier and Type Field Description Queue
my_queue
boolean
waiting_for_lane_change
-
Constructor Summary
Constructors Constructor Description MesoVehicle(core.AbstractVehicle that)
MesoVehicle(Long comm_id, Set<InterfaceVehicleListener> event_listeners)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
move_to_queue(float timestamp, Queue to_queue)
void
move_to_waiting_queue(float timestamp)
-
-
-
Field Detail
-
my_queue
public Queue my_queue
-
waiting_for_lane_change
public boolean waiting_for_lane_change
-
-
Constructor Detail
-
MesoVehicle
public MesoVehicle(core.AbstractVehicle that)
-
MesoVehicle
public MesoVehicle(Long comm_id, Set<InterfaceVehicleListener> event_listeners)
-
-
Method Detail
-
move_to_waiting_queue
public void move_to_waiting_queue(float timestamp) throws OTMException
- Throws:
OTMException
-
move_to_queue
public void move_to_queue(float timestamp, Queue to_queue) throws OTMException
- Throws:
OTMException
-
-