Package info.monitorenter.util.units
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:
AUnit
,UnitFactory
,UnitSystemSI
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<?>[]
getUnits()
Returns the differentAUnit
classes in the correct order.
-