Uses of Package
org.xspace.mx

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

Classes in org.xspace.mx used by org.xspace.mx
Measurement
          The Measurement interface connects the value of a measurement to a system of units.
MeasurementException
          An exception involving Measurements.
SystemOfUnits
          Represents a system of units which all measurements refer to.
Unit
          A Unit represents some multiple of a UnitType.
UnitType
          A type of Unit such as length, mass, time, etc.
 

Classes in org.xspace.mx used by org.xspace.mx.physics
Measurement
          The Measurement interface connects the value of a measurement to a system of units.
SystemOfUnits
          Represents a system of units which all measurements refer to.
Unit
          A Unit represents some multiple of a UnitType.
UnitType
          A type of Unit such as length, mass, time, etc.
 

Classes in org.xspace.mx used by org.xspace.mx.physics.immutable
Measurement
          The Measurement interface connects the value of a measurement to a system of units.
MeasurementException
          An exception involving Measurements.
SystemOfUnits
          Represents a system of units which all measurements refer to.
Unit
          A Unit represents some multiple of a UnitType.
 

Classes in org.xspace.mx used by org.xspace.mx.physics.mutable
Measurement
          The Measurement interface connects the value of a measurement to a system of units.
MeasurementException
          An exception involving Measurements.
SystemOfUnits
          Represents a system of units which all measurements refer to.
Unit
          A Unit represents some multiple of a UnitType.