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 |
IncentiveCourtesy
Determines lane change desire for courtesy lane changes, which are performed to supply space for other drivers.
|
class |
IncentiveHierarchal
Determines desire out of hierarchal courtesy.
|
class |
IncentiveKeep
Determines lane change desire in order to adhere to keeping right or left.
|
class |
IncentiveSpeed
Determines lane change desire for speed, where the slowest vehicle in the current and adjacent lanes are assessed.
|
class |
IncentiveSpeedWithCourtesy
Determines lane change desire for speed.
|
Modifier and Type | Method and Description |
---|---|
Set<VoluntaryIncentive> |
LMRSsync.getDefaultVoluntaryIncentives()
Returns a set of default voluntary incentives.
|
Set<VoluntaryIncentive> |
LMRS.getDefaultVoluntaryIncentives()
Returns a set of default voluntary incentives.
|
abstract Set<VoluntaryIncentive> |
AbstractLMRS.getDefaultVoluntaryIncentives()
Returns a set of default voluntary incentives.
|
Set<VoluntaryIncentive> |
AbstractLMRS.getVoluntaryIncentives()
Returns a defensive copy of the voluntary incentives.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractLMRS.addVoluntaryIncentive(VoluntaryIncentive incentive)
Adds a voluntary incentive.
|
Copyright © 2014–2016 Delft University of Technology. All rights reserved.