| Interface | Description |
|---|---|
| EvaluationStrategy |
Implementations of this interface will define how an analysis module will be evaluated.
|
| Class | Description |
|---|---|
| BufferedEvaluation |
This evaluation strategy allows buffering of streams.
|
| BufferedEvaluation.Builder | |
| ContinuousEvaluation |
This is the simplest way of evaluating an analysis: Any update on any of the inputs will trigger a re-evaluation and
the last values of the remaining inputs will be used.
|
| ContinuousEvaluation.Builder | |
| EvaluationStrategies | |
| EvaluationStrategyBuilder | |
| TriggeredEvaluation |
If this evaluation strategy is used, then the analysis is evaluated every time when a special trigger appears.
|
| TriggeredEvaluation.Builder |