Uses of Interface
org.xspace.mx.SystemOfUnits

Packages that use SystemOfUnits
org.xspace.mx Mx provides classes and interfaces defining units of measurements. 
org.xspace.mx.physics The Mx Physics package provides classes and interfaces that describe "physical" measurements such as length, time, mass, etc. 
org.xspace.mx.physics.immutable This Mx package provides an implementation of the physics package with immutable classes. 
org.xspace.mx.physics.mutable This Mx package provides an implementation of the physics package with mutable classes. 
 

Uses of SystemOfUnits in org.xspace.mx
 

Methods in org.xspace.mx that return SystemOfUnits
 SystemOfUnits Measurement.getSystem()
          The system of units being used by this Measurement.
 

Uses of SystemOfUnits in org.xspace.mx.physics
 

Classes in org.xspace.mx.physics that implement SystemOfUnits
 class SI
          The Systeme International (SI) SystemOfUnits represents a standard set of physical units against which other measurments can be compared.
 

Methods in org.xspace.mx.physics that return SystemOfUnits
static SystemOfUnits SI.getSystem()
           
 

Uses of SystemOfUnits in org.xspace.mx.physics.immutable
 

Methods in org.xspace.mx.physics.immutable that return SystemOfUnits
 SystemOfUnits BaseUnit.getSystem()
           
 

Uses of SystemOfUnits in org.xspace.mx.physics.mutable
 

Methods in org.xspace.mx.physics.mutable that return SystemOfUnits
 SystemOfUnits Immutable.getSystem()
           
 SystemOfUnits BaseUnit.getSystem()