info.monitorenter.util.units
Class UnitSystemSI

java.lang.Object
  extended by 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
static IUnitSystem getInstance()
          Singleton retrieval method.
 java.lang.Class<?>[] getUnits()
          Returns the different AUnit classes in the correct order.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 different AUnit classes in the correct order.

Specified by:
getUnits in interface IUnitSystem
Returns:
the different AUnit classes in the correct order.
See Also:
IUnitSystem.getUnits()


Copyright © 2001 - 2010 LGPL, All Rights Footloose.