Interface LmrsParameters
- All Known Subinterfaces:
Cooperation
,Synchronization
- All Known Implementing Classes:
LmrsUtil
public interface LmrsParameters
Interface with LMRS parameters.
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Field Summary
Modifier and TypeFieldDescriptionstatic final org.opentrafficsim.base.parameters.ParameterTypeDouble
Cooperative lane change desire threshold.static final org.opentrafficsim.base.parameters.ParameterTypeDouble
Free lane change desire threshold.static final org.opentrafficsim.base.parameters.ParameterTypeDouble
Lane change desire of current lane change.static final org.opentrafficsim.base.parameters.ParameterTypeDouble
Current left lane change desire.static final org.opentrafficsim.base.parameters.ParameterTypeDouble
Current right lane change desire.static final org.opentrafficsim.base.parameters.ParameterTypeDouble
Synchronized lane change desire threshold.static final org.opentrafficsim.base.parameters.ParameterTypeDouble
Socio-speed sensitivity parameter.static final org.opentrafficsim.base.parameters.ParameterTypeSpeed
Anticipation speed difference at full lane change desired.
-
Field Details
-
DFREE
static final org.opentrafficsim.base.parameters.ParameterTypeDouble DFREEFree lane change desire threshold. -
DSYNC
static final org.opentrafficsim.base.parameters.ParameterTypeDouble DSYNCSynchronized lane change desire threshold. -
DCOOP
static final org.opentrafficsim.base.parameters.ParameterTypeDouble DCOOPCooperative lane change desire threshold. -
DLEFT
static final org.opentrafficsim.base.parameters.ParameterTypeDouble DLEFTCurrent left lane change desire. -
DRIGHT
static final org.opentrafficsim.base.parameters.ParameterTypeDouble DRIGHTCurrent right lane change desire. -
DLC
static final org.opentrafficsim.base.parameters.ParameterTypeDouble DLCLane change desire of current lane change. -
VGAIN
static final org.opentrafficsim.base.parameters.ParameterTypeSpeed VGAINAnticipation speed difference at full lane change desired. -
SOCIO
static final org.opentrafficsim.base.parameters.ParameterTypeDouble SOCIOSocio-speed sensitivity parameter.
-