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 SummaryFieldsModifier and TypeFieldDescriptionstatic final org.opentrafficsim.base.parameters.ParameterTypeDoubleCooperative lane change desire threshold.static final org.opentrafficsim.base.parameters.ParameterTypeDoubleFree lane change desire threshold.static final org.opentrafficsim.base.parameters.ParameterTypeDoubleLane change desire of current lane change.static final org.opentrafficsim.base.parameters.ParameterTypeDoubleCurrent left lane change desire.static final org.opentrafficsim.base.parameters.ParameterTypeDoubleCurrent right lane change desire.static final org.opentrafficsim.base.parameters.ParameterTypeDoubleSynchronized lane change desire threshold.static final org.opentrafficsim.base.parameters.ParameterTypeDoubleSocio-speed sensitivity parameter.static final org.opentrafficsim.base.parameters.ParameterTypeSpeedAnticipation speed difference at full lane change desired.
- 
Field Details- 
DFREEstatic final org.opentrafficsim.base.parameters.ParameterTypeDouble DFREEFree lane change desire threshold.
- 
DSYNCstatic final org.opentrafficsim.base.parameters.ParameterTypeDouble DSYNCSynchronized lane change desire threshold.
- 
DCOOPstatic final org.opentrafficsim.base.parameters.ParameterTypeDouble DCOOPCooperative lane change desire threshold.
- 
DLEFTstatic final org.opentrafficsim.base.parameters.ParameterTypeDouble DLEFTCurrent left lane change desire.
- 
DRIGHTstatic final org.opentrafficsim.base.parameters.ParameterTypeDouble DRIGHTCurrent right lane change desire.
- 
DLCstatic final org.opentrafficsim.base.parameters.ParameterTypeDouble DLCLane change desire of current lane change.
- 
VGAINstatic final org.opentrafficsim.base.parameters.ParameterTypeSpeed VGAINAnticipation speed difference at full lane change desired.
- 
SOCIOstatic final org.opentrafficsim.base.parameters.ParameterTypeDouble SOCIOSocio-speed sensitivity parameter.
 
-