Uses of Interface
org.opentrafficsim.road.gtu.tactical.util.lmrs.Incentive
Packages that use Incentive
Package
Description
Classes that implement the LMRS lane change model integrated with a car-following model forming a tactical planner.
LMRS (Lane change Model with Relaxation and Synchronization) utilities for tactical planner.
-
Uses of Incentive in org.opentrafficsim.road.gtu.tactical.lmrs
Classes in org.opentrafficsim.road.gtu.tactical.lmrs that implement IncentiveModifier and TypeClassDescriptionfinal classMandatory lane change incentive for bus stops.final classDetermines lane change desire for courtesy lane changes, which are performed to supply space for other drivers.final classDummy desire disabling lane changes when used as the only incentive.final classIncentive that lets drivers queue in an adjacent lane as soon as the speed is low in the adjacent lane, and stopping in the current lane might block traffic towards other directions.final classDetermines lane change desire in order to adhere to keeping right or left.final classIncentive to join the shortest queue near intersections.final classDetermines desire by assessing the number of required lane change to be performed and the distance within which these have to be performed.final classLane change incentive based on social pressure.final classDetermines lane change desire for speed, where the slowest vehicle in the current and adjacent lanes are assessed.final classDetermines lane change desire for speed.final classIncentive for trucks to remain on the two slowest lanes, unless the route requires otherwise.Method parameters in org.opentrafficsim.road.gtu.tactical.lmrs with type arguments of type IncentiveModifier and TypeMethodDescriptionAbstractIncentivesTacticalPlanner.getLatestDesire(Class<? extends Incentive> incentive) DesireBased.getLatestDesire(Class<? extends Incentive> incentiveClass) Returns the latest desire from the specified incentive. -
Uses of Incentive in org.opentrafficsim.road.gtu.tactical.util.lmrs
Subinterfaces of Incentive in org.opentrafficsim.road.gtu.tactical.util.lmrsModifier and TypeInterfaceDescriptioninterfaceInterface for mandatory incentives.interfaceInterface for voluntary incentives.