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

    Fields
    Modifier and Type
    Field
    Description
    static 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 DFREE
      Free lane change desire threshold.
    • DSYNC

      static final org.opentrafficsim.base.parameters.ParameterTypeDouble DSYNC
      Synchronized lane change desire threshold.
    • DCOOP

      static final org.opentrafficsim.base.parameters.ParameterTypeDouble DCOOP
      Cooperative lane change desire threshold.
    • DLEFT

      static final org.opentrafficsim.base.parameters.ParameterTypeDouble DLEFT
      Current left lane change desire.
    • DRIGHT

      static final org.opentrafficsim.base.parameters.ParameterTypeDouble DRIGHT
      Current right lane change desire.
    • DLC

      static final org.opentrafficsim.base.parameters.ParameterTypeDouble DLC
      Lane change desire of current lane change.
    • VGAIN

      static final org.opentrafficsim.base.parameters.ParameterTypeSpeed VGAIN
      Anticipation speed difference at full lane change desired.
    • SOCIO

      static final org.opentrafficsim.base.parameters.ParameterTypeDouble SOCIO
      Socio-speed sensitivity parameter.