Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.following.GtuFollowingModelOld
Package
Description
Tactical planners for a lane-based GTU.
GTU (Car) following models such as IDM+.
-
Uses of GtuFollowingModelOld in org.opentrafficsim.road.gtu.lane.tactical
ModifierConstructorDescriptionLaneBasedCfLcTacticalPlanner
(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.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. -
Uses of GtuFollowingModelOld in org.opentrafficsim.road.gtu.lane.tactical.following
Modifier and TypeClassDescriptionclass
Code shared between various car following models.class
Fixed GTU following model.class
The Intelligent Driver Model by Treiber, Hennecke and Helbing.class
IDMPlus implements the Integrated Lane Change Model with Relaxation and Synchronization as published by Wouter J.class
Extended version of FixedAccelerationModel.