| 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AccelerationBusStop
 Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. 
 | 
class  | 
AccelerationConflicts
 Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. 
 | 
class  | 
AccelerationNoRightOvertake
 Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. 
 | 
class  | 
AccelerationSpeedLimitTransition
 Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. 
 | 
class  | 
AccelerationTrafficLights
 Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static org.opentrafficsim.base.parameters.ParameterTypeClassList<AccelerationIncentive> | 
LMRS.ACCELERATION
Parameter type for acceleration incentives. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LMRS.addAccelerationIncentive(AccelerationIncentive incentive)
Adds an acceleration incentive. 
 | 
| Constructor and Description | 
|---|
LMRSFactory(CarFollowingModelFactory<? extends CarFollowingModel> carFollowingModelFactory,
           PerceptionFactory perceptionFactory,
           Synchronization synchronization,
           Cooperation cooperation,
           GapAcceptance gapAcceptance,
           Tailgating tailGating,
           Set<MandatoryIncentive> mandatoryIncentives,
           Set<VoluntaryIncentive> voluntaryIncentives,
           Set<AccelerationIncentive> accelerationIncentives)
Constructor with full control over incentives and type of synchronization. 
 | 
Copyright © 2014–2018 Delft University of Technology. All rights reserved.