| Interface | Description |
|---|---|
| ErronousValue<V> |
A scalar value that additionally holds an error.
|
| Quantified |
Any object that has a base.
|
| QuantifiedValue<S> |
A scalar-type value representing a physical quantity.
|
| ValidityAware |
Marks an instance that has a flag, if the content of the object is valid or not.
|
| Class | Description |
|---|---|
| ImmutableErronousValue<V> |
An immutable object that guarantees to have a value and an error.
|
| ImmutableQuantifiedValue<V> |
Groups a value together with its base.
|