Package org.opentrafficsim.road.gtu.lane.tactical.lanechangemobil

Classes that deal with lane changing models.

Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

$LastChangedDate: 2015-07-24 02:58:59 +0200 (Fri, 24 Jul 2015) $, @version $Revision: 1147 $, by $Author: averbraeck $, initial version Nov 15, 2015
Author:
Alexander Verbraeck, Peter Knoppers
  • Interface Summary 
    Interface Description
    LaneChangeModel
    All lane change models must implement this interface.
  • Class Summary 
    Class Description
    AbstractLaneChangeModel
    Common code for a family of lane change models like in M.
    Altruistic
    The altruistic driver changes lane when that is beneficial for all drivers.
    Egoistic
    The egoistic drive changes lane when this yields is personal advantage (totally ignoring any disadvantage to others).
    FixedLaneChangeModel
    Dummy lane change model with totally predictable results (used for testing).
    LaneMovementStep
    Acceleration, lane change decision and time until when this movement is committed.