Uses of Interface
org.xspace.mx.physics.Mass

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

Classes in org.xspace.mx.physics.immutable that implement Mass
 class Kilogram
          A Measurement representing a kilogram.
 class Mass
          A base unit from which other mass units can be derived.
 

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

Classes in org.xspace.mx.physics.mutable that implement Mass
 class ImmutableMass
          An immutable wrapper for other mass units.