Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.lmrs.AccelerationIncentive
Packages that use 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
Classes in org.opentrafficsim.road.gtu.lane.tactical.lmrs that implement AccelerationIncentiveModifier 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.Fields in org.opentrafficsim.road.gtu.lane.tactical.lmrs with type parameters of type AccelerationIncentiveModifier and TypeFieldDescriptionstatic final org.opentrafficsim.base.parameters.ParameterTypeClassList<AccelerationIncentive>
AbstractIncentivesTacticalPlanner.ACCELERATION
Parameter type for acceleration incentives.Methods in org.opentrafficsim.road.gtu.lane.tactical.lmrs that return types with arguments of type AccelerationIncentiveModifier and TypeMethodDescriptionfinal org.djutils.immutablecollections.ImmutableSet<AccelerationIncentive>
AbstractIncentivesTacticalPlanner.getAccelerationIncentives()
Returns the acceleration incentives.Methods in org.opentrafficsim.road.gtu.lane.tactical.lmrs with parameters of type AccelerationIncentiveModifier and TypeMethodDescriptionfinal void
AbstractIncentivesTacticalPlanner.addAccelerationIncentive
(AccelerationIncentive incentive) Adds an acceleration incentive.