Class OvertakingConditions.SameLaneBoth
java.lang.Object
org.opentrafficsim.road.network.lane.changing.OvertakingConditions.SameLaneBoth
- All Implemented Interfaces:
 OvertakingConditions
- Enclosing interface:
 - OvertakingConditions
 
public static class OvertakingConditions.SameLaneBoth extends java.lang.Object implements OvertakingConditions
Overtaking on both sides allowed for all GTUs; they stay on the same lane (e.g., pedestrians).
 
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 Sep 13, 2015- Author:
 - Alexander Verbraeck
 
- 
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
Constructors Constructor Description SameLaneBoth() - 
Method Summary
Modifier and Type Method Description java.lang.StringtoString() 
- 
Constructor Details
- 
SameLaneBoth
public SameLaneBoth() 
 - 
 - 
Method Details
- 
toString
public final java.lang.String toString()- Overrides:
 toStringin classjava.lang.Object
 
 -