-
- All Implemented Interfaces:
public final class ThresholdDistances
-
-
Field Summary
Fields Modifier and Type Field Description private IntegerpreviousThresholdDistanceprivate IntegernextThresholdDistanceprivate IntegerpreviousLookAheadDistanceprivate IntegernextLookAheadDistance
-
Constructor Summary
Constructors Constructor Description ThresholdDistances(Integer previousThresholdDistance, Integer nextThresholdDistance, Integer previousLookAheadDistance, Integer nextLookAheadDistance)
-
Method Summary
Modifier and Type Method Description final IntegergetPreviousThresholdDistance()Previous threshold distance in meters final UnitsetPreviousThresholdDistance(Integer previousThresholdDistance)Previous threshold distance in meters final IntegergetNextThresholdDistance()Next threshold distance in meters final UnitsetNextThresholdDistance(Integer nextThresholdDistance)Next threshold distance in meters final IntegergetPreviousLookAheadDistance()Previous look ahead distance in meters final UnitsetPreviousLookAheadDistance(Integer previousLookAheadDistance)Previous look ahead distance in meters final IntegergetNextLookAheadDistance()Next look ahead distance in meters final UnitsetNextLookAheadDistance(Integer nextLookAheadDistance)Next look ahead distance in meters -
-
Method Detail
-
getPreviousThresholdDistance
final Integer getPreviousThresholdDistance()
Previous threshold distance in meters
-
setPreviousThresholdDistance
final Unit setPreviousThresholdDistance(Integer previousThresholdDistance)
Previous threshold distance in meters
-
getNextThresholdDistance
final Integer getNextThresholdDistance()
Next threshold distance in meters
-
setNextThresholdDistance
final Unit setNextThresholdDistance(Integer nextThresholdDistance)
Next threshold distance in meters
-
getPreviousLookAheadDistance
final Integer getPreviousLookAheadDistance()
Previous look ahead distance in meters
-
setPreviousLookAheadDistance
final Unit setPreviousLookAheadDistance(Integer previousLookAheadDistance)
Previous look ahead distance in meters
-
getNextLookAheadDistance
final Integer getNextLookAheadDistance()
Next look ahead distance in meters
-
setNextLookAheadDistance
final Unit setNextLookAheadDistance(Integer nextLookAheadDistance)
Next look ahead distance in meters
-
-
-
-