|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xspace.mx.physics.SI
The Systeme International (SI)
SystemOfUnits
represents a standard set of physical units
against which other measurments can be compared.
Nested Class Summary | |
static class |
SI.Angle
An instance of Unit that represents an angle within the SI. |
static class |
SI.Length
An instance of Unit that represents a length within the SI. |
static class |
SI.Mass
An instance of Unit that represents a mass within the SI. |
static class |
SI.Time
An instance of Unit that represents a time within the SI. |
Method Summary | |
static SystemOfUnits |
getSystem()
|
static boolean |
isSameMeasurementType(Measurement first,
Measurement second)
Determine whether this measurement and the other measurement are comparable. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static SystemOfUnits getSystem()
public static boolean isSameMeasurementType(Measurement first, Measurement second)
Determine whether this measurement and the other measurement are comparable.
Both measurements may have different numbers of dimensions. All dimensions of both measurements will be checked.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |