Package | Description |
---|---|
tec.uom.se |
This package provides a Java SE 8 implementation of the
Units of Measurement API.
|
tec.uom.se.function |
This package provides functional interfaces.
|
tec.uom.se.spi |
Modifier and Type | Class and Description |
---|---|
static class |
AbstractConverter.Pair
This class represents converters made up of two or more separate converters (in matrix notation
[pair] = [left] x [right] ). |
Modifier and Type | Field and Description |
---|---|
static AbstractConverter |
AbstractConverter.IDENTITY
Holds identity converter.
|
Modifier and Type | Method and Description |
---|---|
AbstractConverter |
AbstractConverter.concatenate(AbstractConverter that)
Concatenates this physics converter with another physics converter.
|
abstract AbstractConverter |
AbstractConverter.inverse() |
Modifier and Type | Method and Description |
---|---|
AbstractConverter |
AbstractConverter.concatenate(AbstractConverter that)
Concatenates this physics converter with another physics converter.
|
Modifier and Type | Class and Description |
---|---|
class |
AddConverter
This class represents a converter adding a constant offset to numeric values (
double based). |
class |
ExpConverter
This class represents a exponential converter of limited precision.
|
class |
LogConverter
This class represents a logarithmic converter of limited precision.
|
class |
MultiplyConverter
This class represents a converter multiplying numeric values by a constant scaling factor (
double based). |
class |
PiMultiplierConverter
This class represents a converter multiplying numeric values by π (Pi).
|
class |
RationalConverter
This class represents a converter multiplying numeric values by an exact scaling factor (represented as the quotient of two
BigInteger
numbers). |
Modifier and Type | Method and Description |
---|---|
AbstractConverter |
ExpConverter.inverse() |
AbstractConverter |
LogConverter.inverse() |
AbstractConverter |
PiMultiplierConverter.inverse() |
Modifier and Type | Method and Description |
---|---|
AbstractConverter |
DimensionalModel.getDimensionalTransform(javax.measure.Dimension dimension)
Returns the dimensional transform of the specified dimension.
|
Copyright © 2005–2018 Units of Measurement project. All rights reserved.