|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.measure.unit.SystemOfUnits
public abstract class SystemOfUnits
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 Summary | |
---|---|
SystemOfUnits()
|
Method Summary | |
---|---|
abstract java.util.Set<Unit<?>> |
getUnits()
Returns a read only view over the units defined in this system. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemOfUnits()
Method Detail |
---|
public abstract java.util.Set<Unit<?>> getUnits()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |