Interface IUnitSystem

All Known Implementing Classes:
UnitSystemSI

public interface IUnitSystem
A system of units ordered by their natural ascending order.

Version:
$Revision: 1.6 $
Author:
Achim Westermann
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<?>[]
    Returns the different AUnit classes in the correct order.
  • Method Details

    • getUnits

      Class<?>[] getUnits()
      Returns the different AUnit classes in the correct order.

      Returns:
      the different AUnit classes in the correct order.