info.monitorenter.util.units
Class UnitSystemSI

java.lang.Object
  extended by info.monitorenter.util.units.UnitSystemSI
All Implemented Interfaces:
IUnitSystem, Serializable

public final class UnitSystemSI
extends Object
implements IUnitSystem

The unit system for the "International System of Units" (SI).

Version:
$Revision: 1.3 $
Author:
Achim Westermann
See Also:
AUnit, UnitFactory, IUnitSystem, Serialized Form

Method Summary
static IUnitSystem getInstance()
          Singleton retrieval method.
 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 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 - 2007 LGPL, All Rights Footloose.