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 IUnitSystem
Singleton retrieval method.Class<?>[]
getUnits()
Returns the differentAUnit
classes in the correct order.
-
Method Details
-
getInstance
Singleton retrieval method.- Returns:
- the unique instance within the current VM.
-
getUnits
Description copied from interface:IUnitSystem
Returns the differentAUnit
classes in the correct order.- Specified by:
getUnits
in interfaceIUnitSystem
- Returns:
- the different
AUnit
classes in the correct order. - See Also:
-