Uses of Package
javax.measure.unit

Packages that use javax.measure.unit
com.sentilla.measure.unit Sentilla measurable units libraries for use with sensing and actuation. 
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 com.sentilla.measure.unit
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
           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.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.
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.
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.