Class UnitSystemSI

java.lang.Object
info.monitorenter.util.units.UnitSystemSI
All Implemented Interfaces:
IUnitSystem

public final class UnitSystemSI extends Object implements IUnitSystem
The unit system for the "International System of Units" (SI).

Version:
$Revision: 1.7 $
Author:
Achim Westermann
See Also:
  • Method Details

    • 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: