Uses of Interface
com.espertech.esper.pattern.guard.Quitable

Packages that use Quitable
com.espertech.esper.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
com.espertech.esper.pattern.guard Pattern guards that can define the lifetime of a pattern 
 

Uses of Quitable in com.espertech.esper.pattern
 

Classes in com.espertech.esper.pattern that implement Quitable
 class EvalGuardStateNode
          This class represents the state of a "within" operator in the evaluation state tree.
 

Uses of Quitable in com.espertech.esper.pattern.guard
 

Methods in com.espertech.esper.pattern.guard with parameters of type Quitable
 Guard TimerWithinOrMaxCountGuardFactory.makeGuard(PatternAgentInstanceContext context, MatchedEventMap beginState, Quitable quitable, EvalStateNodeNumber stateNodeId, java.lang.Object guardState)
           
 Guard TimerWithinGuardFactory.makeGuard(PatternAgentInstanceContext context, MatchedEventMap matchedEventMap, Quitable quitable, EvalStateNodeNumber stateNodeId, java.lang.Object guardState)
           
 Guard GuardFactory.makeGuard(PatternAgentInstanceContext context, MatchedEventMap beginState, Quitable quitable, EvalStateNodeNumber stateNodeId, java.lang.Object guardState)
          Constructs a guard instance.
 Guard ExpressionGuardFactory.makeGuard(PatternAgentInstanceContext context, MatchedEventMap beginState, Quitable quitable, EvalStateNodeNumber stateNodeId, java.lang.Object guardState)
           
 

Constructors in com.espertech.esper.pattern.guard with parameters of type Quitable
ExpressionGuard(MatchedEventConvertor convertor, ExprEvaluator expression, Quitable quitable)
          Ctor.
TimerWithinGuard(long msec, Quitable quitable)
          Ctor.
TimerWithinOrMaxCountGuard(long msec, int numCountTo, Quitable quitable)
          Ctor.
 


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