| Package | Description |
|---|---|
| tec.uom.se |
This package provides a Java SE 8 implementation of the
Units of Measurement API.
|
| tec.uom.se.format | |
| tec.uom.se.function |
This package provides functional interfaces.
|
| tec.uom.se.unit |
This package provides supports for physics units, in conformity with the
Units of Measurement API.
|
| Class and Description |
|---|
| Converter
Represents an operation to convert values.
|
| Class and Description |
|---|
| AddConverter
This class represents a converter adding a constant offset to numeric values (
double based). |
| ExpConverter
This class represents a exponential converter of limited precision.
|
| LogConverter
This class represents a logarithmic converter of limited precision.
|
| MultiplyConverter
This class represents a converter multiplying numeric values by a constant scaling factor (
double based). |
| RationalConverter
This class represents a converter multiplying numeric values by an exact scaling factor (represented as the quotient of two
BigInteger
numbers). |
| Class and Description |
|---|
| AddConverter
This class represents a converter adding a constant offset to numeric values (
double based). |
| Converter
Represents an operation to convert values.
|
| MultiplyConverter
This class represents a converter multiplying numeric values by a constant scaling factor (
double based). |
| QuantitySummaryStatistics |
| RationalConverter
This class represents a converter multiplying numeric values by an exact scaling factor (represented as the quotient of two
BigInteger
numbers). |
| Class and Description |
|---|
| RationalConverter
This class represents a converter multiplying numeric values by an exact scaling factor (represented as the quotient of two
BigInteger
numbers). |