Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.following.GTUFollowingModelOld
-
Packages that use GTUFollowingModelOld 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+. -
-
Uses of GTUFollowingModelOld in org.opentrafficsim.road.gtu.lane.tactical
Methods in org.opentrafficsim.road.gtu.lane.tactical that return GTUFollowingModelOld Modifier and Type Method Description GTUFollowingModelOld
LaneBasedGTUFollowingDirectedChangeTacticalPlanner. getCarFollowingModelOld()
Returns the car-following model.Constructors in org.opentrafficsim.road.gtu.lane.tactical with parameters of type GTUFollowingModelOld Constructor 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 parameters in org.opentrafficsim.road.gtu.lane.tactical with type arguments of type GTUFollowingModelOld Constructor Description LaneBasedGTUFollowingDirectedChangeTacticalPlannerFactory(CarFollowingModelFactory<? extends GTUFollowingModelOld> carFollowingModelFactory)
Constructor with car-following model factory. -
Uses of GTUFollowingModelOld in org.opentrafficsim.road.gtu.lane.tactical.following
Classes in org.opentrafficsim.road.gtu.lane.tactical.following that implement GTUFollowingModelOld Modifier and Type Class 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.
-