|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Quitable | |
---|---|
net.esper.pattern | Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance |
net.esper.pattern.guard | Pattern guards that can define the lifetime of a pattern |
Uses of Quitable in net.esper.pattern |
---|
Classes in net.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 net.esper.pattern.guard |
---|
Methods in net.esper.pattern.guard with parameters of type Quitable | |
---|---|
Guard |
TimerWithinGuardFactory.makeGuard(PatternContext context,
Quitable quitable,
Object stateNodeId,
Object guardState)
|
Guard |
GuardFactory.makeGuard(PatternContext context,
Quitable quitable,
Object stateNodeId,
Object guardState)
Constructs a guard instance. |
Constructors in net.esper.pattern.guard with parameters of type Quitable | |
---|---|
TimerWithinGuard(long msec,
PatternContext context,
Quitable quitable)
Ctor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |