@Version(value="1.0.0.${qualifier}")
| Class | Description |
|---|---|
| FillLevelFunction<T> |
This class approximates a function where the value is dependent on the fill level of the buffer.
|
| FillLevelFunction.Builder<T> |
This helper class should be used to easily define a
FillLevelFunction. |
| FillLevelFunction.RangeElement<T> |
This class stores the values for each range.
|
| RunningMode<T> |
This class is used to describe different modes in which a device can run.
|
| Timer | |
| TimerUpdate |
This class contains up to date information about the state of the timers.
|
| Transition |
This class contains the constraints for switching from one
RunningMode to another. |
| Transition.Builder |
This helper class should be used to easily define a
Transition. |