Class OvertakingConditions.LeftAlwaysRightSpeed
java.lang.Object
org.opentrafficsim.road.network.lane.changing.OvertakingConditions.LeftAlwaysRightSpeed
- All Implemented Interfaces:
Serializable
,OvertakingConditions
- Enclosing interface:
- OvertakingConditions
public static class OvertakingConditions.LeftAlwaysRightSpeed
extends Object
implements OvertakingConditions, Serializable
Overtaking on the left allowed for all GTUs, and overtaking on the right 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:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opentrafficsim.road.network.lane.changing.OvertakingConditions
OvertakingConditions.LeftAlwaysRightJam, OvertakingConditions.LeftAlwaysRightSpeed, OvertakingConditions.LeftAndRight, OvertakingConditions.LeftOnly, OvertakingConditions.LeftSet, OvertakingConditions.LeftSetRightJam, OvertakingConditions.LeftSetRightSpeed, OvertakingConditions.None, OvertakingConditions.RightAlwaysLeftJam, OvertakingConditions.RightAlwaysLeftSpeed, OvertakingConditions.RightOnly, OvertakingConditions.RightSet, OvertakingConditions.RightSetLeftJam, OvertakingConditions.RightSetLeftSpeed, OvertakingConditions.SameLaneBoth, OvertakingConditions.SameLaneLeft, OvertakingConditions.SameLaneRight
-
Constructor Summary
ConstructorDescriptionLeftAlwaysRightSpeed
(org.djunits.value.vdouble.scalar.Speed rightOvertakingSpeedMax) -
Method Summary
-
Constructor Details
-
LeftAlwaysRightSpeed
public LeftAlwaysRightSpeed(org.djunits.value.vdouble.scalar.Speed rightOvertakingSpeedMax) - Parameters:
rightOvertakingSpeedMax
- Speed; the speed under which overtaking on the "wrong" side is allowed
-
-
Method Details