Uses of Class
net.esper.client.soda.PatternGuardExpr

Packages that use PatternGuardExpr
net.esper.client.soda This package defines the Esper statement object model. 
 

Uses of PatternGuardExpr in net.esper.client.soda
 

Methods in net.esper.client.soda that return PatternGuardExpr
static PatternGuardExpr Patterns.guard(String namespace, String name, Object[] parameters, PatternExpr guarded)
          Guard pattern expression guards a sub-expression, equivalent to the "every MyEvent where timer:within(1 sec)" syntax
static PatternGuardExpr Patterns.timerWithin(double seconds, PatternExpr guarded)
          Timer-within guard expression.