Interface LmrsParameters
- All Known Subinterfaces:
Cooperation
,Synchronization
- All Known Implementing Classes:
LmrsUtil
public interface LmrsParameters
Interface with LMRS parameters.
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version 3 apr. 2017
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Field Summary
Fields Modifier and Type Field Description static ParameterTypeDouble
COURTESY
Courtesy parameter.static ParameterTypeDouble
DCOOP
Cooperative lane change desire threshold.static ParameterTypeDouble
DFREE
Free lane change desire threshold.static ParameterTypeDouble
DLC
Lane change desire of current lane change.static ParameterTypeDouble
DLEFT
Current left lane change desire.static ParameterTypeDouble
DRIGHT
Current right lane change desire.static ParameterTypeDouble
DSYNC
Synchronized lane change desire threshold.static ParameterTypeDouble
SOCIO
Socio-speed sensitivity parameter.static ParameterTypeSpeed
VGAIN
Anticipation speed difference at full lane change desired.
-
Field Details
-
DFREE
Free lane change desire threshold. -
DSYNC
Synchronized lane change desire threshold. -
DCOOP
Cooperative lane change desire threshold. -
DLEFT
Current left lane change desire. -
DRIGHT
Current right lane change desire. -
DLC
Lane change desire of current lane change. -
VGAIN
Anticipation speed difference at full lane change desired. -
COURTESY
Courtesy parameter. -
SOCIO
Socio-speed sensitivity parameter.
-