Uses of Interface
org.xspace.mx.UnitType

Packages that use UnitType
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. 
 

Uses of UnitType in org.xspace.mx
 

Methods in org.xspace.mx that return UnitType
 UnitType Unit.getType()
          A reference to UnitType that this Unit is a multiple of.
 

Uses of UnitType in org.xspace.mx.physics
 

Methods in org.xspace.mx.physics that return UnitType
 UnitType SI.Length.getType()
           
 UnitType SI.Time.getType()
           
 UnitType SI.Mass.getType()
           
 UnitType SI.Angle.getType()