Uses of Class
org.tquadrat.foundation.value.SpeedValue
Packages that use SpeedValue
-
Uses of SpeedValue in org.tquadrat.foundation.value
Fields in org.tquadrat.foundation.value declared as SpeedValueModifier and TypeFieldDescriptionprivate final SpeedValueWindForce.m_MaxSpeedThe maximum wind speed in m/s.Methods in org.tquadrat.foundation.value that return SpeedValueModifier and TypeMethodDescriptionfinal SpeedValueSpeedValue.clone()Creates a new copy of this value.protected final SpeedValueSpeedValueStringConverter.createValue(BigDecimal number, Speed dimension) Creates an instance ofDimensionedValuefrom the given arguments.final SpeedValueWindForce.getMaxSpeed()Returns maximum wind speed for this wind force.Methods in org.tquadrat.foundation.value with parameters of type SpeedValueModifier and TypeMethodDescriptionstatic WindForceWindForce.determineWindForce(SpeedValue speed) Returns the wind force for the given wind speed.
