Uses of Class
com.espertech.esper.client.soda.PatternNotExpr

Packages that use PatternNotExpr
com.espertech.esper.client.soda This package defines the Esper statement object model. 
 

Uses of PatternNotExpr in com.espertech.esper.client.soda
 

Methods in com.espertech.esper.client.soda that return PatternNotExpr
static PatternNotExpr Patterns.not(PatternExpr subexpression)
          Not-keyword pattern expression flips the truth-value of the pattern sub-expression.
static PatternNotExpr Patterns.notFilter(Filter filter)
          Pattern not-operator and filter in combination, equivalent to the "not MyEvent(vol > 100)" syntax.
static PatternNotExpr Patterns.notFilter(Filter filter, java.lang.String tagName)
          Pattern not-operator and filter in combination, equivalent to the "not tag=MyEvent(vol > 100)" syntax.
static PatternNotExpr Patterns.notFilter(java.lang.String eventTypeName)
          Pattern not-operator and filter in combination, equivalent to the "not MyEvent" syntax.
static PatternNotExpr Patterns.notFilter(java.lang.String name, java.lang.String tagName)
          Pattern not-operator and filter in combination, equivalent to the "not tag=MyEvent" syntax.
 


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