Uses of Class
com.espertech.esper.common.client.soda.PatternNotExpr
Package
Description
This package defines the Esper statement object model.
-
Uses of PatternNotExpr in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionstatic PatternNotExpr
Patterns.not
(PatternExpr subexpression) Not-keyword pattern expression flips the truth-value of the pattern sub-expression.static PatternNotExpr
Pattern not-operator and filter in combination, equivalent to the "not MyEvent(vol > 100)" syntax.static PatternNotExpr
Pattern not-operator and filter in combination, equivalent to the "not tag=MyEvent(vol > 100)" syntax.static PatternNotExpr
Pattern not-operator and filter in combination, equivalent to the "not MyEvent" syntax.static PatternNotExpr
Pattern not-operator and filter in combination, equivalent to the "not tag=MyEvent" syntax.