Package de.xima.fc.common.measure
Interface Time
-
- All Superinterfaces:
MeasurementUnit<Time>
- All Known Implementing Classes:
TimeUnit
public interface Time extends MeasurementUnit<Time>
TheMeasurementUnit
for a length or distance. The reference unit is the second (s).
-
-
Method Summary
-
Methods inherited from interface de.xima.fc.common.measure.MeasurementUnit
conversionFactorDenominator, conversionFactorNumerator, of, of, symbol, toString
-
-
-
-
Field Detail
-
REFERENCE
static final Time REFERENCE
The reference unit of length, which is the second (s).
-
-