Class AccelerationConflicts
java.lang.Object
org.opentrafficsim.road.gtu.lane.tactical.lmrs.AccelerationConflicts
- All Implemented Interfaces:
Blockable,AccelerationIncentive
public class AccelerationConflicts extends java.lang.Object implements AccelerationIncentive, Blockable
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.
- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version 27 jan. 2017
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Constructor Summary
Constructors Constructor Description AccelerationConflicts() -
Method Summary
Modifier and Type Method Description voidaccelerate(SimpleOperationalPlan simplePlan, RelativeLane lane, Length mergeDistance, LaneBasedGTU gtu, LanePerception perception, CarFollowingModel carFollowingModel, Speed speed, Parameters params, SpeedLimitInfo speedLimitInfo)Determine acceleration.booleanisBlocking()Returns whether the GTU is blocking conflicts.java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.opentrafficsim.road.gtu.lane.tactical.lmrs.AccelerationIncentive
onRoute
-
Constructor Details
-
AccelerationConflicts
public AccelerationConflicts()
-
-
Method Details
-
accelerate
public final void accelerate(SimpleOperationalPlan simplePlan, RelativeLane lane, Length mergeDistance, LaneBasedGTU gtu, LanePerception perception, CarFollowingModel carFollowingModel, Speed speed, Parameters params, SpeedLimitInfo speedLimitInfo) throws OperationalPlanException, ParameterException, GTUExceptionDetermine acceleration.- Specified by:
acceleratein interfaceAccelerationIncentive- Parameters:
simplePlan- SimpleOperationalPlan; simple plan to set the accelerationlane- RelativeLane; lane on which to consider the accelerationmergeDistance- Length; distance over which a lane change is impossiblegtu- LaneBasedGTU; gtuperception- LanePerception; perceptioncarFollowingModel- CarFollowingModel; car-following modelspeed- Speed; current speedparams- Parameters; parametersspeedLimitInfo- SpeedLimitInfo; speed limit info- Throws:
OperationalPlanException- in case of an errorParameterException- on missing parameterGTUException- when there is a problem with the state of the GTU when planning a path
-
isBlocking
public boolean isBlocking()Returns whether the GTU is blocking conflicts.- Specified by:
isBlockingin interfaceBlockable- Returns:
- boolean; whether the GTU is blocking conflicts
-
toString
public final java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-