Package javax.measure


package javax.measure
Specifies Java packages for the programmatic, type safe handling of quantities and their expression as values of units.

The core interfaces of this package are Dimension, Quantity and Unit.

Version:
1.4, August 11, 2016
  • Class
    Description
    Represents the dimension of a unit.
    Signals that a problem of some sort has occurred due to incommensurable of some quantities/units.
    Exception used to indicate a problem while dealing with units of measurement.
    Quantity<Q extends Quantity<Q>>
    Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
    Signals that a problem of some sort has occurred due to the impossibility of constructing a converter between two units.
    Unit<Q extends Quantity<Q>>
    Represents a determinate quantity (as of length, time, heat, or value) adopted as a standard of measurement.
    A converter of numeric values between different units.