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 TypeMethodDescriptioncompute
(long leftStart, long leftEnd, long rightStart, long rightEnd, EventBean[] eventsPerStream, boolean newData, ExprEvaluatorContext context)
-
Method Details
-
compute
Boolean compute(long leftStart, long leftEnd, long rightStart, long rightEnd, EventBean[] eventsPerStream, boolean newData, ExprEvaluatorContext context)
-