Uses of Enum Class
org.tquadrat.foundation.value.Speed
Packages that use Speed
-
Uses of Speed in org.tquadrat.foundation.value
Methods in org.tquadrat.foundation.value that return SpeedModifier and TypeMethodDescriptionfinal Speed
Speed.baseUnit()
Returns the base unit.static final Speed
Returns theSpeed
instance for the given unit.protected Speed
SpeedValueStringConverter.unitFromSymbol
(String symbol) Determines the unit instance from the given unit symbol.static Speed
Returns the enum constant of this class with the specified name.static Speed[]
Speed.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tquadrat.foundation.value with parameters of type SpeedModifier and TypeMethodDescriptionprotected final SpeedValue
SpeedValueStringConverter.createValue
(BigDecimal number, Speed dimension) Creates an instance ofDimensionedValue
from the given arguments.static WindForce
WindForce.determineWindForce
(Speed unit, double speed) Returns the wind force for the given wind speed.Constructors in org.tquadrat.foundation.value with parameters of type SpeedModifierConstructorDescriptionSpeedValue
(Speed dimension, String value) Creates a newSpeedValue
instance.SpeedValue
(Speed dimension, BigDecimal value) Creates a newSpeedValue
instance.SpeedValue
(Speed dimension, N value) Creates a newSpeedValue
instance.SpeedValue
(Speed dimension, LengthValue distance, TimeValue time) Creates a newSpeedValue
instance.