Class ContinuousEvaluation

  • All Implemented Interfaces:
    EvaluationStrategy

    public class ContinuousEvaluation
    extends java.lang.Object
    implements EvaluationStrategy
    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. This strategy allows only calculations on direct values of the streams (i.e. no buffered values can be used).