| Class | Description |
|---|---|
| AbstractQuantityStatisticPredicate<S> |
Base class for quantity conditions based on statistical tests.
|
| QuantityGreaterPredicate<S> |
A condition to test if a quantity is greater than another quantity.
|
| QuantityLessPredicate<S> |
A condition to test if a quantity is less than another quantity.
|
| QuantityPedicateRepository<S> |
A repository for statistic conditions on quantified values at a certain confidence level.
|