Package info.monitorenter.util.units
Class UnitSystemSI
- java.lang.Object
-
- info.monitorenter.util.units.UnitSystemSI
-
- All Implemented Interfaces:
IUnitSystem
public final class UnitSystemSI extends java.lang.Object implements IUnitSystem
The unit system for the "International System of Units" (SI).- Version:
- $Revision: 1.7 $
- Author:
- Achim Westermann
- See Also:
AUnit
,UnitFactory
,IUnitSystem
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IUnitSystem
getInstance()
Singleton retrieval method.java.lang.Class<?>[]
getUnits()
Returns the differentAUnit
classes in the correct order.
-
-
-
Method Detail
-
getInstance
public static IUnitSystem getInstance()
Singleton retrieval method.- Returns:
- the unique instance within the current VM.
-
getUnits
public java.lang.Class<?>[] 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:
IUnitSystem.getUnits()
-
-