Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.lmrs.AccelerationIncentive
Package
Description
Classes that implement the LMRS lane change model integrated with a car-following model forming a tactical planner.
-
Uses of AccelerationIncentive in org.opentrafficsim.road.gtu.lane.tactical.lmrs
Modifier and TypeClassDescriptionclass
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.class
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.class
Makes a GTU follow leaders in the left lane, with limited deceleration.class
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.class
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.Modifier and TypeFieldDescriptionstatic final org.opentrafficsim.base.parameters.ParameterTypeClassList<AccelerationIncentive>
AbstractIncentivesTacticalPlanner.ACCELERATION
Parameter type for acceleration incentives.Modifier and TypeMethodDescriptionfinal org.djutils.immutablecollections.ImmutableSet<AccelerationIncentive>
AbstractIncentivesTacticalPlanner.getAccelerationIncentives()
Returns the acceleration incentives.Modifier and TypeMethodDescriptionfinal void
AbstractIncentivesTacticalPlanner.addAccelerationIncentive
(AccelerationIncentive incentive) Adds an acceleration incentive.