| BinaryPrefix |
Binary prefixes, as standardized by IEC.
|
| BinaryScaleFactor |
|
| ComparableConstraint |
|
| ContentType |
A content type describes what kind of data a value is.
|
| DecimalPrefix |
Decimal prefixes, as standardized by SI.
|
| DecimalScaleFactor |
|
| DisplayFormatter |
A display formatter is basically an identifier that tells a user interface widget how the unit
should be formatted, e.g.
|
| IConstrainedMap |
Read only interface for a map where the values are constrained by an IConstraint per key.
|
| IConstraint |
A constraint on allowed instances of an existing type T, including constrained
conversions to and from persistable and interactive strings.
|
| IFormatter |
Generic formatter interface, primarily intended for human consumption.
|
| IMutableConstrainedMap |
|
| IPersister |
A specialized constraint that allows all instances of T, but not
null.
|
| IPrefix |
|
| IQuantity |
|
| IRange |
|
| IScalarAffineTransform |
A one dimensional affine transform, to be used on numerical quantity values (that is, the numbers
in front of a unit).
|
| ITypedQuantity |
|
| IUnit |
A unit of an affine unit system.
|
| KindOfQuantity |
|
| LinearKindOfQuantity |
The kind of a linear (scalar) physical quantity.
|
| LinearKindOfQuantity.LinearUnitSelector |
|
| LinearUnit |
A measurement unit for a particular kind of quantity.
|
| MutableConstrainedMap |
|
| QuantityConversionException |
Exception denoting problem converting between representations of physical quantities ("numbers
with units").
|
| QuantityConversionException.Problem |
|
| RangeContentType |
|
| ScaleFactor |
A linear transform, that is, a scale factor.
|
| StructContentType |
|
| TimestampUnit |
|
| TypedUnit |
Type parameterized extension of IUnit.
|
| TypedUnit.UnitSelector |
|