Class AccelerationNoRightOvertake
- java.lang.Object
- 
- org.opentrafficsim.road.gtu.lane.tactical.lmrs.AccelerationNoRightOvertake
 
- 
- All Implemented Interfaces:
- AccelerationIncentive
 
 public class AccelerationNoRightOvertake extends Object implements AccelerationIncentive Copyright (c) 2013-2022 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved. 
 BSD-style license. See OpenTrafficSim License.- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version 8 mrt. 2018 
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
 
- 
- 
Constructor SummaryConstructors Constructor Description AccelerationNoRightOvertake()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccelerate(SimpleOperationalPlan simplePlan, RelativeLane lane, Length mergeDistance, LaneBasedGTU gtu, LanePerception perception, CarFollowingModel carFollowingModel, Speed speed, org.opentrafficsim.base.parameters.Parameters params, SpeedLimitInfo speedLimitInfo)Determine acceleration.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.opentrafficsim.road.gtu.lane.tactical.lmrs.AccelerationIncentiveonRoute
 
- 
 
- 
- 
- 
Field Detail- 
VCONGpublic static final org.opentrafficsim.base.parameters.ParameterTypeSpeed VCONG Speed threshold below which traffic is considered congested.
 - 
B0public static final org.opentrafficsim.base.parameters.ParameterTypeAcceleration B0 Maximum adjustment deceleration, e.g. when speed limit drops.
 
- 
 - 
Method Detail- 
acceleratepublic void accelerate(SimpleOperationalPlan simplePlan, RelativeLane lane, Length mergeDistance, LaneBasedGTU gtu, LanePerception perception, CarFollowingModel carFollowingModel, Speed speed, org.opentrafficsim.base.parameters.Parameters params, SpeedLimitInfo speedLimitInfo) throws OperationalPlanException, org.opentrafficsim.base.parameters.ParameterException, GTUException Determine acceleration.- Specified by:
- acceleratein interface- AccelerationIncentive
- Parameters:
- simplePlan- SimpleOperationalPlan; simple plan to set the acceleration
- lane- RelativeLane; lane on which to consider the acceleration
- mergeDistance- Length; distance over which a lane change is impossible
- gtu- LaneBasedGTU; gtu
- perception- LanePerception; perception
- carFollowingModel- CarFollowingModel; car-following model
- speed- Speed; current speed
- params- Parameters; parameters
- speedLimitInfo- SpeedLimitInfo; speed limit info
- Throws:
- OperationalPlanException- in case of an error
- org.opentrafficsim.base.parameters.ParameterException- on missing parameter
- GTUException- when there is a problem with the state of the GTU when planning a path
 
 
- 
 
-