Package events
Class EventLanegroupLanes
- java.lang.Object
-
- dispatch.AbstractEvent
-
- events.AbstractScenarioEvent
-
- events.AbstractLanegroupEvent
-
- events.EventLanegroupLanes
-
- All Implemented Interfaces:
InterfaceEvent
,Comparable<AbstractEvent>
public class EventLanegroupLanes extends AbstractLanegroupEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class events.AbstractScenarioEvent
AbstractScenarioEvent.EventType
-
-
Field Summary
Fields Modifier and Type Field Description int
dlanes
-
Fields inherited from class events.AbstractScenarioEvent
id, type
-
Fields inherited from class dispatch.AbstractEvent
dispatch_order, dispatcher, recipient, timestamp
-
-
Constructor Summary
Constructors Constructor Description EventLanegroupLanes(long id, AbstractScenarioEvent.EventType type, float timestamp)
EventLanegroupLanes(Scenario scenario, Event jev)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
action()
-
Methods inherited from class events.AbstractLanegroupEvent
initialize, validate_post_init
-
Methods inherited from class events.AbstractScenarioEvent
validate_pre_init
-
Methods inherited from class dispatch.AbstractEvent
compareTo, toString
-
-
-
-
Constructor Detail
-
EventLanegroupLanes
public EventLanegroupLanes(long id, AbstractScenarioEvent.EventType type, float timestamp)
-
EventLanegroupLanes
public EventLanegroupLanes(Scenario scenario, Event jev) throws OTMException
- Throws:
OTMException
-
-
Method Detail
-
action
public void action() throws OTMException
- Throws:
OTMException
-
-