Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.directedlanechange.DirectedLaneChangeModel
| Package | Description |
|---|---|
| org.opentrafficsim.road.gtu.lane.tactical.directedlanechange |
Classes that deal with lane changing models.
|
-
Uses of DirectedLaneChangeModel in org.opentrafficsim.road.gtu.lane.tactical.directedlanechange
Classes in org.opentrafficsim.road.gtu.lane.tactical.directedlanechange that implement DirectedLaneChangeModel Modifier and Type Class Description classAbstractDirectedLaneChangeModelCommon code for a family of lane change models like in M.classDirectedAltruisticThe altruistic driver changes lane when that is beneficial for all drivers.classDirectedEgoisticThe egoistic drive changes lane when this yields is personal advantage (totally ignoring any disadvantage to others).classDirectedFixedLaneChangeModelDummy lane change model with totally predictable results (used for testing).