Uses of Class
org.tquadrat.foundation.value.TimeValue
Packages that use TimeValue
-
Uses of TimeValue in org.tquadrat.foundation.value
Subclasses with type arguments of type TimeValue in org.tquadrat.foundation.valueModifier and TypeClassDescriptionfinal classA value class for times, what means periods of time in this case, opposite to the time displayed on the wall-clock.classThe implementation ofStringConverterforTimeValueinstances.Methods in org.tquadrat.foundation.value that return TimeValueModifier and TypeMethodDescriptionfinal TimeValueTimeValue.clone()Creates a new copy of this value.protected final TimeValueTimeValueStringConverter.createValue(BigDecimal number, Time dimension) Creates an instance ofDimensionedValuefrom the given arguments.Constructors in org.tquadrat.foundation.value with parameters of type TimeValueModifierConstructorDescriptionSpeedValue(Speed dimension, LengthValue distance, TimeValue time) Creates a newSpeedValueinstance.
