Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.following.GtuFollowingModelOld
Packages that use 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
Constructors in org.opentrafficsim.road.gtu.lane.tactical with parameters of type GtuFollowingModelOldModifierConstructorDescriptionLaneBasedCfLcTacticalPlanner(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
Classes in org.opentrafficsim.road.gtu.lane.tactical.following that implement GtuFollowingModelOldModifier and TypeClassDescriptionclassCode shared between various car following models.classFixed GTU following model.classThe Intelligent Driver Model by Treiber, Hennecke and Helbing.classIDMPlus implements the Integrated Lane Change Model with Relaxation and Synchronization as published by Wouter J.classExtended version of FixedAccelerationModel.