Package | Description |
---|---|
com.espertech.esper.pattern |
Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active
pattern instance
|
Modifier and Type | Class and Description |
---|---|
class |
EvalAndFactoryNode
This class represents an 'and' operator in the evaluation tree representing an event expressions.
|
class |
EvalAuditFactoryNode
This class represents an 'or' operator in the evaluation tree representing any event expressions.
|
class |
EvalEveryDistinctFactoryNode
This class represents an 'every-distinct' operator in the evaluation tree representing an event expression.
|
class |
EvalEveryFactoryNode
This class represents an 'every' operator in the evaluation tree representing an event expression.
|
class |
EvalFilterFactoryNode
This class represents a filter of events in the evaluation tree representing any event expressions.
|
class |
EvalFollowedByFactoryNode
This class represents a followed-by operator in the evaluation tree representing any event expressions.
|
class |
EvalGuardFactoryNode
This class represents a guard in the evaluation tree representing an event expressions.
|
class |
EvalMatchUntilFactoryNode
This class represents a match-until observer in the evaluation tree representing any event expressions.
|
class |
EvalNotFactoryNode
This class represents an 'not' operator in the evaluation tree representing any event expressions.
|
class |
EvalObserverFactoryNode
This class represents an observer expression in the evaluation tree representing an pattern expression.
|
class |
EvalOrFactoryNode
This class represents an 'or' operator in the evaluation tree representing any event expressions.
|
class |
EvalRootFactoryNode
This class is always the root node in the evaluation tree representing an event expression.
|