Class OvertakingConditions.RightAlwaysLeftSpeed

java.lang.Object
org.opentrafficsim.road.network.lane.changing.OvertakingConditions.RightAlwaysLeftSpeed
All Implemented Interfaces:
Serializable, OvertakingConditions
Enclosing interface:
OvertakingConditions

public static class OvertakingConditions.RightAlwaysLeftSpeed extends Object implements OvertakingConditions, Serializable
Overtaking on the right allowed for all GTUs, and overtaking on the left allowed under a given speed.

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

Author:
Alexander Verbraeck
See Also:
  • Constructor Details

    • RightAlwaysLeftSpeed

      public RightAlwaysLeftSpeed(org.djunits.value.vdouble.scalar.Speed leftOvertakingSpeedMax)
      Parameters:
      leftOvertakingSpeedMax - Speed; the speed under which overtaking on the "wrong" side is allowed
  • Method Details