Uses of Enum Class
org.tquadrat.foundation.value.WindForce
Packages that use WindForce
-
Uses of WindForce in org.tquadrat.foundation.value
Fields in org.tquadrat.foundation.value with type parameters of type WindForceMethods in org.tquadrat.foundation.value that return WindForceModifier and TypeMethodDescriptionstatic WindForce
WindForce.determineWindForce
(double speed) Returns the wind force for the given wind speed.static WindForce
WindForce.determineWindForce
(Speed unit, double speed) Returns the wind force for the given wind speed.static WindForce
WindForce.determineWindForce
(SpeedValue speed) Returns the wind force for the given wind speed.static WindForce
Returns the enum constant of this class with the specified name.static WindForce[]
WindForce.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tquadrat.foundation.value that return types with arguments of type WindForce