Package org.openhab.core.library.types
Interface QuantityTypeArithmeticGroupFunction
- All Superinterfaces:
GroupFunction
This interface is a container for dimension based functions that require
QuantityType
s for its calculations.- Author:
- Henning Treu - Initial contribution
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
This calculates the numeric average over all item states ofQuantityType
.static class
static class
This calculates the maximum value of all item states ofQuantityType
.static class
This calculates the numeric median over all item states ofQuantityType
.static class
This calculates the minimum value of all item states ofQuantityType
.static class
This calculates the numeric sum over all item states ofQuantityType
.Nested classes/interfaces inherited from interface org.openhab.core.items.GroupFunction
GroupFunction.Equality
-
Method Summary
Methods inherited from interface org.openhab.core.items.GroupFunction
calculate, getParameters, getStateAs