jist.swans.runway
Class Constants

java.lang.Object
  extended by jist.swans.runway.Constants

public class Constants
extends java.lang.Object

Constantes de simulation

Author:
Florent Kaisser

Field Summary
static float CAR_LENGTH
           
static float DELTA_GOOD_TARGET_SPEED
           
static float FACTEUR_DELTA_TARGET_SPEED
           
static byte GOODCOND_LEFT
           
static byte GOODCOND_NO
           
static byte GOODCOND_RIGHT
           
static double[][] kmi
          diffĂ©rence de vitesse entre les voies Table C.6 MITSIM
static int NBR_REGIME
           
static byte REGIME_CARFOLLOWING
           
static byte REGIME_EMERGENCY
           
static byte REGIME_FREEFLOW
           
static long TEMPS_MIN_INTER_CHANGE_LAN
           
static float VITESSE_MIN
           
 
Constructor Summary
Constants()
           
 
Method Summary
static float accMax(float speed)
           
static float decNorm(float speed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NBR_REGIME

public static final int NBR_REGIME
See Also:
Constant Field Values

REGIME_FREEFLOW

public static final byte REGIME_FREEFLOW
See Also:
Constant Field Values

REGIME_CARFOLLOWING

public static final byte REGIME_CARFOLLOWING
See Also:
Constant Field Values

REGIME_EMERGENCY

public static final byte REGIME_EMERGENCY
See Also:
Constant Field Values

GOODCOND_LEFT

public static final byte GOODCOND_LEFT
See Also:
Constant Field Values

GOODCOND_RIGHT

public static final byte GOODCOND_RIGHT
See Also:
Constant Field Values

GOODCOND_NO

public static final byte GOODCOND_NO
See Also:
Constant Field Values

TEMPS_MIN_INTER_CHANGE_LAN

public static final long TEMPS_MIN_INTER_CHANGE_LAN
See Also:
Constant Field Values

FACTEUR_DELTA_TARGET_SPEED

public static final float FACTEUR_DELTA_TARGET_SPEED
See Also:
Constant Field Values

DELTA_GOOD_TARGET_SPEED

public static final float DELTA_GOOD_TARGET_SPEED
See Also:
Constant Field Values

CAR_LENGTH

public static final float CAR_LENGTH
See Also:
Constant Field Values

VITESSE_MIN

public static final float VITESSE_MIN
See Also:
Constant Field Values

kmi

public static final double[][] kmi
différence de vitesse entre les voies Table C.6 MITSIM

Constructor Detail

Constants

public Constants()
Method Detail

accMax

public static float accMax(float speed)

decNorm

public static float decNorm(float speed)