Interface LmrsParameters

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.opentrafficsim.base.parameters.ParameterTypeDouble COURTESY
      Courtesy parameter.
      static org.opentrafficsim.base.parameters.ParameterTypeDouble DCOOP
      Cooperative lane change desire threshold.
      static org.opentrafficsim.base.parameters.ParameterTypeDouble DFREE
      Free lane change desire threshold.
      static org.opentrafficsim.base.parameters.ParameterTypeDouble DLC
      Lane change desire of current lane change.
      static org.opentrafficsim.base.parameters.ParameterTypeDouble DLEFT
      Current left lane change desire.
      static org.opentrafficsim.base.parameters.ParameterTypeDouble DRIGHT
      Current right lane change desire.
      static org.opentrafficsim.base.parameters.ParameterTypeDouble DSYNC
      Synchronized lane change desire threshold.
      static org.opentrafficsim.base.parameters.ParameterTypeDouble SOCIO
      Socio-speed sensitivity parameter.
      static org.opentrafficsim.base.parameters.ParameterTypeSpeed VGAIN
      Anticipation speed difference at full lane change desired.
    • Field Detail

      • 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.
      • COURTESY

        static final org.opentrafficsim.base.parameters.ParameterTypeDouble COURTESY
        Courtesy parameter.
      • SOCIO

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