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 SpeedValue
WindForce.m_MaxSpeed
The maximum wind speed in m/s.Methods in org.tquadrat.foundation.value that return SpeedValueModifier and TypeMethodDescriptionfinal SpeedValue
SpeedValue.clone()
Creates a new copy of this value.protected final SpeedValue
SpeedValueStringConverter.createValue
(BigDecimal number, Speed dimension) Creates an instance ofDimensionedValue
from the given arguments.final SpeedValue
WindForce.getMaxSpeed()
Returns maximum wind speed for this wind force.Methods in org.tquadrat.foundation.value with parameters of type SpeedValueModifier and TypeMethodDescriptionstatic WindForce
WindForce.determineWindForce
(SpeedValue speed) Returns the wind force for the given wind speed.