Uses of Package
javax.measure.unit

Packages that use javax.measure.unit
javax.measure Provides strongly typed measurements to enforce compile-time check of parameters consistency and avoid interface errors. 
javax.measure.quantity Provides quantitative properties or attributes of thing such as mass, time, distance, heat, and angular separation. 
javax.measure.unit Provides support for programatic unit handling. 
 

Classes in javax.measure.unit used by javax.measure
Unit
           This class represents a determinate quantity (as of length, time, heat, or value) adopted as a standard of measurement.
UnitFormat
           This class provides the interface for formatting and parsing units.
 

Classes in javax.measure.unit used by javax.measure.quantity
Unit
           This class represents a determinate quantity (as of length, time, heat, or value) adopted as a standard of measurement.
 

Classes in javax.measure.unit used by javax.measure.unit
AlternateUnit
           This class represents the units used in expressions to distinguish between quantities of a different nature but of the same dimensions.
BaseUnit
           This class represents the building blocks on top of which all others units are created.
CompoundUnit
           This class represents the multi-radix units (such as "hour:min:sec").
DerivedUnit
           This class identifies the units created by combining or transforming other units.
Dimension
           This class represents the dimension of an unit.
Dimension.Model
          This interface represents the mapping between base units and dimensions.
NonSI
           This class contains units that are not part of the International System of Units, that is, they are outside the SI, but are important and widely used.
SI
           This class contains SI (Système International d'Unités) base units, and derived units.
SystemOfUnits
           This class represents a system of units, it groups units together for historical or cultural reasons.
Unit
           This class represents a determinate quantity (as of length, time, heat, or value) adopted as a standard of measurement.
UnitFormat
           This class provides the interface for formatting and parsing units.
UnitFormat.DefaultFormat
          This class represents the standard format.
 



Copyright © 2010. All Rights Reserved.