Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.directedlanechange.DirectedLaneChangeModel
-
Packages that use 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 class
AbstractDirectedLaneChangeModel
Common code for a family of lane change models like in M.class
DirectedAltruistic
The altruistic driver changes lane when that is beneficial for all drivers.class
DirectedEgoistic
The egoistic drive changes lane when this yields is personal advantage (totally ignoring any disadvantage to others).class
DirectedFixedLaneChangeModel
Dummy lane change model with totally predictable results (used for testing).
-