Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.lanechangemobil.LaneChangeModel
| Package | Description |
|---|---|
| org.opentrafficsim.road.gtu.lane.tactical |
Tactical planners for a lane-based GTU.
|
| org.opentrafficsim.road.gtu.lane.tactical.lanechangemobil |
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 LaneChangeModel 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. -
Uses of LaneChangeModel in org.opentrafficsim.road.gtu.lane.tactical.lanechangemobil
Classes in org.opentrafficsim.road.gtu.lane.tactical.lanechangemobil that implement LaneChangeModel Modifier and Type Class Description classAbstractLaneChangeModelCommon code for a family of lane change models like in M.classAltruisticThe altruistic driver changes lane when that is beneficial for all drivers.classEgoisticThe egoistic drive changes lane when this yields is personal advantage (totally ignoring any disadvantage to others).classFixedLaneChangeModelDummy lane change model with totally predictable results (used for testing).