public final class ToledoLaneChangeParameters extends Object
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Field and Description |
---|---|
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
ALPHA_ADJ |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
ALPHA_BCK |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
ALPHA_CL |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
ALPHA_RL |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
ALPHA_TL_LAG |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
ALPHA_TL_LEAD |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
BETA_ADD |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
BETA_BCK |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
BETA_DENSITY |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
BETA_DP |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
BETA_DTG |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
BETA_EG |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
BETA_EMU_GA |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
BETA_EMU_LAG |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
BETA_EMU_LEAD |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
BETA_FV |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
BETA_FWD |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
BETA_HEAVY_NEIGHBOUR |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
BETA_NEG_LEAD |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
BETA_NEXT_EXIT |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
BETA_POS_LAG |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
BETA_POS_LEAD |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
BETA_RGS |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
BETA_RIGHT_MOST |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
BETA_SFRONT |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
BETA_TAILGATE |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
BETA_VFRONT |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
BETA1 |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
BETA2 |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
BETA3 |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
C_ADJ_ACC |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
C_BCK_ACC |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
C_BCK_TG |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
C_CL |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
C_FWD_ACC |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
C_FWD_TG |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
C_LAG |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
C_LEAD |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
C_RL |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDuration |
DT
Fixed model time step.
|
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
ERROR_TERM |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
LAMBDA_BCK_NEG |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
LAMBDA_BCK_POS |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
LAMBDA_FWD_NEG |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
LAMBDA_FWD_POS |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
SIGMA_ADJ |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
SIGMA_BCK |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
SIGMA_FWD |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
SIGMA_LAG |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
SIGMA_LEAD |
static org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble |
THETA_MLC |
Modifier and Type | Method and Description |
---|---|
static void |
setDefaultParameters(org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics behavioralCharacteristics)
Fills behavioral characteristics with default values for all Toledo parameters.
|
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDuration DT
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble C_CL
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble C_RL
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble BETA_RIGHT_MOST
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble BETA_VFRONT
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble BETA_SFRONT
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble BETA_DENSITY
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble BETA_HEAVY_NEIGHBOUR
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble BETA_TAILGATE
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble THETA_MLC
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble BETA1
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble BETA2
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble BETA3
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble BETA_NEXT_EXIT
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble BETA_ADD
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble ALPHA_CL
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble ALPHA_RL
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble ERROR_TERM
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble BETA_EMU_GA
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble SIGMA_LEAD
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble SIGMA_LAG
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble C_LEAD
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble C_LAG
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble BETA_POS_LEAD
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble BETA_NEG_LEAD
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble BETA_POS_LAG
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble BETA_EMU_LEAD
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble BETA_EMU_LAG
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble ALPHA_TL_LEAD
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble ALPHA_TL_LAG
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble C_FWD_TG
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble C_BCK_TG
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble BETA_DTG
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble BETA_EG
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble BETA_FV
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble BETA_RGS
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble ALPHA_ADJ
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble ALPHA_BCK
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble BETA_DP
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble C_FWD_ACC
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble BETA_FWD
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble LAMBDA_FWD_POS
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble LAMBDA_FWD_NEG
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble SIGMA_FWD
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble C_BCK_ACC
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble BETA_BCK
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble LAMBDA_BCK_POS
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble LAMBDA_BCK_NEG
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble SIGMA_BCK
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble C_ADJ_ACC
public static final org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble SIGMA_ADJ
public static void setDefaultParameters(org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics behavioralCharacteristics)
behavioralCharacteristics
- behavioral characteristics to fillCopyright © 2014–2016 Delft University of Technology. All rights reserved.