Interface | Description |
---|---|
AlarmQueryResult |
This is the result of a query against the alarming system, for both status and history.
|
Condition<T> |
A condition returns true/false for whether a value passes.
|
Filter<T> |
A filter contains multiple conditions, and operates on a type of object.
|
Class | Description |
---|---|
AbstractFilter<T> |
The base implementation of a filter.
|
AlarmQueryResultImpl |
Returns a Dataset derived from an AlarmEvent query.
|
Field<T,V,C extends Condition<V>> |
A field defines the particular source of data that a condition would apply to.
|