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 IUnitSystemgetInstance()Singleton retrieval method.java.lang.Class<?>[]getUnits()Returns the differentAUnitclasses 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:IUnitSystemReturns the differentAUnitclasses in the correct order.- Specified by:
getUnitsin interfaceIUnitSystem- Returns:
- the different
AUnitclasses in the correct order. - See Also:
IUnitSystem.getUnits()
-
-