Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.lmrs.AccelerationIncentive
| Package | Description |
|---|---|
| org.opentrafficsim.road.gtu.lane.tactical.lmrs |
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 AccelerationIncentive Modifier and Type Class Description classAccelerationBusStopCopyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.classAccelerationConflictsCopyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.classAccelerationNoRightOvertakeCopyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.classAccelerationSpeedLimitTransitionCopyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.classAccelerationTrafficLightsCopyright (c) 2013-2020 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 AccelerationIncentive Modifier and Type Field Description static ParameterTypeClassList<AccelerationIncentive>AbstractIncentivesTacticalPlanner. ACCELERATIONParameter type for acceleration incentives.Methods in org.opentrafficsim.road.gtu.lane.tactical.lmrs that return types with arguments of type AccelerationIncentive Modifier and Type Method Description ImmutableSet<AccelerationIncentive>AbstractIncentivesTacticalPlanner. getAccelerationIncentives()Returns the acceleration incentives.Methods in org.opentrafficsim.road.gtu.lane.tactical.lmrs with parameters of type AccelerationIncentive Modifier and Type Method Description voidAbstractIncentivesTacticalPlanner. addAccelerationIncentive(AccelerationIncentive incentive)Adds an acceleration incentive.