Package info.monitorenter.util.units
Class UnitSystemSI
java.lang.Object
info.monitorenter.util.units.UnitSystemSI
- All Implemented Interfaces:
IUnitSystem
The unit system for the "International System of Units" (SI).
- Version:
- $Revision: 1.7 $
- Author:
- Achim Westermann
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic IUnitSystemSingleton retrieval method.Class<?>[]getUnits()Returns the differentAUnitclasses in the correct order.
-
Method Details
-
getInstance
Singleton retrieval method.- Returns:
- the unique instance within the current VM.
-
getUnits
Description copied from interface:IUnitSystemReturns the differentAUnitclasses in the correct order.- Specified by:
getUnitsin interfaceIUnitSystem- Returns:
- the different
AUnitclasses in the correct order. - See Also:
-