Package lanechange
Class AbstractLaneSelector
- java.lang.Object
-
- lanechange.AbstractLaneSelector
-
- All Implemented Interfaces:
Pokable
- Direct Known Subclasses:
KeepLaneSelector
,LanegroupLogitLaneSelector
,LinkLogitLaneSelector
,UniformLaneSelector
public abstract class AbstractLaneSelector extends Object implements Pokable
-
-
Constructor Summary
Constructors Constructor Description AbstractLaneSelector(Link link, Float dt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initialize(Scenario scenario, float start_time)
void
poke(Dispatcher dispatcher, float timestamp)
-
-
-
Method Detail
-
initialize
public void initialize(Scenario scenario, float start_time) throws OTMException
- Throws:
OTMException
-
poke
public void poke(Dispatcher dispatcher, float timestamp) throws OTMException
- Specified by:
poke
in interfacePokable
- Throws:
OTMException
-
-