|
Class |
Description |
|
AggregateFunctions
|
Common aggregate functions for use with array variables in the DynamicCalculator.
|
|
DatabaseNotifier
|
The DatabaseNotifier is an action adapter which takes multiple input measurements and defines
a boolean expression such that when the expression is true a database operation is triggered.
|
|
DynamicCalculator
|
The DynamicCalculator is an action adapter which takes multiple
input measurements and performs a calculation on those measurements
to generate its own calculated measurement.
|
|
DynamicFilter
|
The DynamicFilter is a filter adapter which takes multiple input measurements
and performs a calculation on those measurements to augment their values
before they are routed to other adapters.
|
|
EmailNotifier
|
The EmailNotifier is an action adapter which takes multiple input measurements and defines
a boolean expression such that when the expression is true an e-mail is triggered.
|