Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.lanechangemobil.LaneChangeModel
Packages that use LaneChangeModel
Package
Description
Tactical planners for a lane-based GTU.
Classes that deal with lane changing models.
-
Uses of LaneChangeModel in org.opentrafficsim.road.gtu.lane.tactical
Constructors in org.opentrafficsim.road.gtu.lane.tactical with parameters of type LaneChangeModelModifierConstructorDescriptionLaneBasedCfLcTacticalPlanner
(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. -
Uses of LaneChangeModel in org.opentrafficsim.road.gtu.lane.tactical.lanechangemobil
Classes in org.opentrafficsim.road.gtu.lane.tactical.lanechangemobil that implement LaneChangeModelModifier and TypeClassDescriptionclass
Common code for a family of lane change models like in M.class
The altruistic driver changes lane when that is beneficial for all drivers.class
The egoistic drive changes lane when this yields is personal advantage (totally ignoring any disadvantage to others).class
Dummy lane change model with totally predictable results (used for testing).