| Package | Description | 
|---|---|
| org.opentrafficsim.road.gtu.lane.tactical | 
 Tactical planners for a lane-based GTU. 
 | 
| org.opentrafficsim.road.gtu.lane.tactical.following | 
 GTU (Car) following models such as IDM+. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GTUFollowingModelOld | 
LaneBasedGTUFollowingDirectedChangeTacticalPlanner.getCarFollowingModelOld()
Returns the car-following model. 
 | 
| Constructor and Description | 
|---|
LaneBasedCFLCTacticalPlanner(GTUFollowingModelOld carFollowingModel,
                            LaneChangeModel laneChangeModel,
                            LaneBasedGTU gtu)
Instantiated a tactical planner with GTU following and lane change behavior. 
 | 
LaneBasedCFLCTacticalPlannerFactory(GTUFollowingModelOld carFollowingModel,
                                   LaneChangeModel laneChangeModel)
Constructor with fixed stateless car-following and lane change model. 
 | 
LaneBasedGTUFollowingDirectedChangeTacticalPlanner(GTUFollowingModelOld carFollowingModel,
                                                  LaneBasedGTU gtu)
Instantiated a tactical planner with just GTU following behavior and no lane changes. 
 | 
LaneBasedGTUFollowingDirectedChangeTacticalPlannerFactory(GTUFollowingModelOld carFollowingModel)
Constructor with fixed stateless car-following and lane change model. 
 | 
LaneBasedGTUFollowingTacticalPlanner(GTUFollowingModelOld carFollowingModel,
                                    LaneBasedGTU gtu)
Instantiate a tactical planner with just GTU following behavior and no lane changes. 
 | 
LaneBasedGTUFollowingTacticalPlannerFactory(GTUFollowingModelOld carFollowingModel)
Constructor with fixed stateless car-following and lane change model. 
 | 
| Constructor and Description | 
|---|
LaneBasedGTUFollowingDirectedChangeTacticalPlannerFactory(CarFollowingModelFactory<? extends GTUFollowingModelOld> carFollowingModelFactory)
Constructor with car-following model factory. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractGTUFollowingModelMobil
Code shared between various car following models. 
 | 
class  | 
FixedAccelerationModel
Fixed GTU following model. 
 | 
class  | 
IDMOld
The Intelligent Driver Model by Treiber, Hennecke and Helbing. 
 | 
class  | 
IDMPlusOld
IDMPlus implements the Integrated Lane Change Model with Relaxation and Synchronization as published by Wouter J. 
 | 
class  | 
SequentialFixedAccelerationModel
Extended version of FixedAccelerationModel. 
 | 
Copyright © 2014–2018 Delft University of Technology. All rights reserved.