Uses of Interface
org.xspace.mx.Unit

Packages that use Unit
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 Unit in org.xspace.mx
 

Methods in org.xspace.mx that return Unit
 Unit[] Measurement.getSystemDimensions()
          An array of Units within the SystemOfUnits being used by this Measurement.
 

Uses of Unit in org.xspace.mx.physics
 

Classes in org.xspace.mx.physics that implement Unit
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.
 

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

Fields in org.xspace.mx.physics.immutable declared as Unit
protected  Unit[] BaseUnit.dims
           
 

Methods in org.xspace.mx.physics.immutable that return Unit
 Unit[] BaseUnit.getSystemDimensions()
           
 

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

Fields in org.xspace.mx.physics.mutable declared as Unit
protected  Unit[] BaseUnit.dims
           
 

Methods in org.xspace.mx.physics.mutable that return Unit
 Unit[] Immutable.getSystemDimensions()
           
 Unit[] BaseUnit.getSystemDimensions()