Class IncentiveQueue
java.lang.Object
org.opentrafficsim.road.gtu.tactical.lmrs.IncentiveQueue
- All Implemented Interfaces:
Supplier<IncentiveQueue>,Stateless<IncentiveQueue>,Incentive,VoluntaryIncentive
public final class IncentiveQueue
extends Object
implements VoluntaryIncentive, Stateless<IncentiveQueue>
Incentive to join the shortest queue near intersections.
Copyright (c) 2013-2026 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondetermineDesire(TacticalContextEgo context, Desire mandatoryDesire, ImmutableLinkedHashMap<Class<? extends VoluntaryIncentive>, Desire> voluntaryDesire) Determines level of lane change desire for a lane change incentive.get()toString()
-
Field Details
-
SINGLETON
Singleton instance.
-
-
Method Details
-
get
- Specified by:
getin interfaceStateless<IncentiveQueue>- Specified by:
getin interfaceSupplier<IncentiveQueue>
-
determineDesire
public Desire determineDesire(TacticalContextEgo context, Desire mandatoryDesire, ImmutableLinkedHashMap<Class<? extends VoluntaryIncentive>, Desire> voluntaryDesire) throws ParameterException, OperationalPlanExceptionDescription copied from interface:VoluntaryIncentiveDetermines level of lane change desire for a lane change incentive.- Specified by:
determineDesirein interfaceVoluntaryIncentive- Parameters:
context- tactical information such as parameters and car-following modelmandatoryDesire- level of mandatory desire at current timevoluntaryDesire- level of voluntary desire at current time, of voluntary incentives calculated before- Returns:
- level of lane change desire for this incentive
- Throws:
ParameterException- if a parameter is not given or out of boundsOperationalPlanException- in case of a perception exception
-
toString
-