| Interface | Description |
|---|---|
| Coded<T> |
Interface for objects with a
code. |
| DescriptionSupplier |
Provides String description to implementations
|
| DoubleFactorSupplier |
Represents a supplier of
double-valued multiplication factors. |
| FactorSupplier<T> |
Represents a supplier of
T-valued multiplication factors. |
| Identifiable<T> |
Interface for objects with an Id.
|
| IntIdentifiable |
Interface for objects with an int-valued Id.
|
| IntMaximumSupplier |
Represents a supplier of int-valued maximum.
|
| IntMinimumSupplier<T> |
Represents a supplier of int-valued minimum.
|
| IntPrioritySupplier |
Represents a supplier of int-valued priority.
|
| LabelSupplier |
Provides String label to implementations
|
| LongIdentifiable |
Interface for objects with an long-valued Id.
|
| MaximumSupplier<T> |
Represents a supplier of maximum value.
|
| MinimumSupplier<T> |
Represents a supplier of minimum value.
|
| Nameable |
Provides String name to implementations
|
| Parser<I,O> |
Represents a function that parses an input value and produces an output.
|
| QuantityOperator<Q extends javax.measure.Quantity<Q>> |
Represents an operation on a single
Quantity that produces a
result of type Quantity. |
| QuantitySupplier<Q extends javax.measure.Quantity<Q>> |
Represents a supplier of quantities.
|
| SymbolSupplier |
Provides String symbol to implementations
|
| UnitConverterSupplier |
Provides a
UnitConverter to implementations |
| UnitSupplier<Q extends javax.measure.Quantity<Q>> |
Provides a
Unit to implementations |
| ValueSupplier<T> |
Represents a supplier of values.
|
| Versioned<T> |
Interface for objects with a
version. |
Copyright © 2005–2017 Units of Measurement project. All rights reserved.