com.espertech.esper.epl.datetime.interval
Interface IntervalComputer

All Known Implementing Classes:
IntervalComputerFactory.IntervalComputerAfterNoParam, IntervalComputerFactory.IntervalComputerAfterWithDeltaExpr, IntervalComputerFactory.IntervalComputerBeforeNoParam, IntervalComputerFactory.IntervalComputerBeforeWithDeltaExpr, IntervalComputerFactory.IntervalComputerCoincidesNoParam, IntervalComputerFactory.IntervalComputerCoincidesWithDeltaExpr, IntervalComputerFactory.IntervalComputerConstantAfter, IntervalComputerFactory.IntervalComputerConstantBefore, IntervalComputerFactory.IntervalComputerConstantCoincides, IntervalComputerFactory.IntervalComputerDuringAndIncludesMinMax, IntervalComputerFactory.IntervalComputerDuringAndIncludesThreshold, IntervalComputerFactory.IntervalComputerDuringMinMaxStartEnd, IntervalComputerFactory.IntervalComputerDuringNoParam, IntervalComputerFactory.IntervalComputerFinishedByNoParam, IntervalComputerFactory.IntervalComputerFinishedByThreshold, IntervalComputerFactory.IntervalComputerFinishesNoParam, IntervalComputerFactory.IntervalComputerFinishesThreshold, IntervalComputerFactory.IntervalComputerIncludesNoParam, IntervalComputerFactory.IntervalComputerMeetsNoParam, IntervalComputerFactory.IntervalComputerMeetsThreshold, IntervalComputerFactory.IntervalComputerMetByNoParam, IntervalComputerFactory.IntervalComputerMetByThreshold, IntervalComputerFactory.IntervalComputerOverlappedByNoParam, IntervalComputerFactory.IntervalComputerOverlapsAndByMinMax, IntervalComputerFactory.IntervalComputerOverlapsAndByThreshold, IntervalComputerFactory.IntervalComputerOverlapsNoParam, IntervalComputerFactory.IntervalComputerStartedByNoParam, IntervalComputerFactory.IntervalComputerStartedByThreshold, IntervalComputerFactory.IntervalComputerStartsNoParam, IntervalComputerFactory.IntervalComputerStartsThreshold

public interface IntervalComputer


Method Summary
 java.lang.Boolean compute(long leftStart, long leftEnd, long rightStart, long rightEnd, EventBean[] eventsPerStream, boolean newData, ExprEvaluatorContext context)
           
 

Method Detail

compute

java.lang.Boolean compute(long leftStart,
                          long leftEnd,
                          long rightStart,
                          long rightEnd,
                          EventBean[] eventsPerStream,
                          boolean newData,
                          ExprEvaluatorContext context)

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com