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 SpeedSpeed.baseUnit()Returns the base unit.static final SpeedReturns theSpeedinstance for the given unit.protected SpeedSpeedValueStringConverter.unitFromSymbol(String symbol) Determines the unit instance from the given unit symbol.static SpeedReturns 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 SpeedValueSpeedValueStringConverter.createValue(BigDecimal number, Speed dimension) Creates an instance ofDimensionedValuefrom the given arguments.static WindForceWindForce.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 newSpeedValueinstance.SpeedValue(Speed dimension, BigDecimal value) Creates a newSpeedValueinstance.SpeedValue(Speed dimension, N value) Creates a newSpeedValueinstance.SpeedValue(Speed dimension, LengthValue distance, TimeValue time) Creates a newSpeedValueinstance.
