See: Description
Interface | Description |
---|---|
Dimension |
Represents the dimension of a unit.
|
Quantity<Q extends Quantity<Q>> |
Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
|
Unit<Q extends Quantity<Q>> |
Represents a determinate quantity (as of
length, time, heat, or value) adopted as a standard of measurement.
|
UnitConverter |
A converter of numeric values between different units.
|
Exception | Description |
---|---|
IncommensurableException |
Signals that a problem of some sort has occurred due to incommensurable of
some quantities/units.
|
MeasurementException |
Exception thrown when errors occur during measurement operations.
|
UnconvertibleException |
Signals that a problem of some sort has occurred due to the impossibility of
constructing a converter between two units.
|
The core interfaces of this package are javax.measure.Measurement
, Quantity
and Unit
.
Copyright © 2014 Jean-Marie Dautelle, Werner Keil, V2COM. All Rights Reserved.