Interface IntervalComputerEval

All Known Implementing Classes:
IntervalComputerForgeFactory.IntervalComputerAfterNoParam, IntervalComputerForgeFactory.IntervalComputerAfterWithDeltaExprEval, IntervalComputerForgeFactory.IntervalComputerBeforeNoParamForge, IntervalComputerForgeFactory.IntervalComputerBeforeWithDeltaExprEval, IntervalComputerForgeFactory.IntervalComputerCoincidesNoParam, IntervalComputerForgeFactory.IntervalComputerCoincidesWithDeltaExprEval, IntervalComputerForgeFactory.IntervalComputerConstantAfter, IntervalComputerForgeFactory.IntervalComputerConstantBefore, IntervalComputerForgeFactory.IntervalComputerConstantCoincides, IntervalComputerForgeFactory.IntervalComputerDuringAndIncludesMinMaxEval, IntervalComputerForgeFactory.IntervalComputerDuringAndIncludesThresholdEval, IntervalComputerForgeFactory.IntervalComputerDuringMinMaxStartEndEval, IntervalComputerForgeFactory.IntervalComputerDuringNoParam, IntervalComputerForgeFactory.IntervalComputerFinishedByNoParam, IntervalComputerForgeFactory.IntervalComputerFinishedByThresholdEval, IntervalComputerForgeFactory.IntervalComputerFinishesNoParam, IntervalComputerForgeFactory.IntervalComputerFinishesThresholdEval, IntervalComputerForgeFactory.IntervalComputerIncludesNoParam, IntervalComputerForgeFactory.IntervalComputerMeetsNoParam, IntervalComputerForgeFactory.IntervalComputerMeetsThresholdEval, IntervalComputerForgeFactory.IntervalComputerMetByNoParam, IntervalComputerForgeFactory.IntervalComputerMetByThresholdEval, IntervalComputerForgeFactory.IntervalComputerOverlappedByNoParam, IntervalComputerForgeFactory.IntervalComputerOverlapsAndByMinMaxEval, IntervalComputerForgeFactory.IntervalComputerOverlapsAndByThresholdEval, IntervalComputerForgeFactory.IntervalComputerOverlapsNoParam, IntervalComputerForgeFactory.IntervalComputerStartedByNoParam, IntervalComputerForgeFactory.IntervalComputerStartedByThresholdEval, IntervalComputerForgeFactory.IntervalComputerStartsNoParam, IntervalComputerForgeFactory.IntervalComputerStartsThresholdEval

public interface IntervalComputerEval
  • Method Summary

    Modifier and Type
    Method
    Description
    compute(long leftStart, long leftEnd, long rightStart, long rightEnd, EventBean[] eventsPerStream, boolean newData, ExprEvaluatorContext context)
     
  • Method Details