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 ParameterTypeDoubleCOURTESYCourtesy parameter.static ParameterTypeDoubleDCOOPCooperative lane change desire threshold.static ParameterTypeDoubleDFREEFree lane change desire threshold.static ParameterTypeDoubleDLCLane change desire of current lane change.static ParameterTypeDoubleDLEFTCurrent left lane change desire.static ParameterTypeDoubleDRIGHTCurrent right lane change desire.static ParameterTypeDoubleDSYNCSynchronized lane change desire threshold.static ParameterTypeDoubleSOCIOSocio-speed sensitivity parameter.static ParameterTypeSpeedVGAINAnticipation 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.
-