Interface MacroscopicModeProperties
-
- All Known Implementing Classes:
MacroscopicModePropertiesImpl
public interface MacroscopicModeProperties
Contains the properties of a mode specific to a link segment type- Author:
- markr
-
-
Field Summary
Fields Modifier and Type Field Description static double
DEFAULT_CRITICAL_SPEED
Default critical speed, i.e.static double
DEFAULT_MAXIMUM_SPEED
Default max speed in km/hstatic double
DEFAULT_SPEED_EPSILON
Epsilon margin when comparing speeds (km/h)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getCriticalSpeed()
Collect the critical speed in km/hdouble
getMaxSpeed()
Collect the maximum speed in km/h
-
-
-
Field Detail
-
DEFAULT_MAXIMUM_SPEED
static final double DEFAULT_MAXIMUM_SPEED
Default max speed in km/h- See Also:
- Constant Field Values
-
DEFAULT_CRITICAL_SPEED
static final double DEFAULT_CRITICAL_SPEED
Default critical speed, i.e. speed at capacity in km/h- See Also:
- Constant Field Values
-
DEFAULT_SPEED_EPSILON
static final double DEFAULT_SPEED_EPSILON
Epsilon margin when comparing speeds (km/h)- See Also:
- Constant Field Values
-
-