Package models.vehicle.spatialq
Class EventTransitToWaiting
- java.lang.Object
-
- dispatch.AbstractEvent
-
- models.vehicle.spatialq.EventTransitToWaiting
-
- All Implemented Interfaces:
InterfaceEvent
,Comparable<AbstractEvent>
public class EventTransitToWaiting extends AbstractEvent
-
-
Field Summary
-
Fields inherited from class dispatch.AbstractEvent
dispatch_order, dispatcher, recipient, timestamp
-
-
Constructor Summary
Constructors Constructor Description EventTransitToWaiting(Dispatcher dispatcher, float timestamp, Object vehicle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
action()
-
Methods inherited from class dispatch.AbstractEvent
compareTo, toString
-
-
-
-
Constructor Detail
-
EventTransitToWaiting
public EventTransitToWaiting(Dispatcher dispatcher, float timestamp, Object vehicle)
-
-
Method Detail
-
action
public void action() throws OTMException
- Throws:
OTMException
-
-