public abstract class SystemOfUnits extends java.lang.Object
This class represents a system of units, it groups units together
for historical or cultural reasons. Nothing prevents a unit from
belonging to several system of units at the same time
(for example an imperial system would have many of the units
held by NonSI
).
Constructor and Description |
---|
SystemOfUnits() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.Set<Unit<?>> |
getUnits()
Returns a read only view over the units defined in this system.
|
public SystemOfUnits()