Package info.monitorenter.util.units
Interface IUnitSystem
-
- All Known Implementing Classes:
UnitSystemSI
public interface IUnitSystemA system of units ordered by their natural ascending order.- Version:
- $Revision: 1.6 $
- Author:
- Achim Westermann
- See Also:
AUnit,UnitFactory,UnitSystemSI
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<?>[]getUnits()Returns the differentAUnitclasses in the correct order.
-