Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
PatternFollowedByExpr |
PatternFollowedByExpr.add(PatternExpr expr)
Adds a pattern expression to the followed-by relationship between patterns.
|
static PatternFollowedByExpr |
Patterns.followedBy()
Pattern followed-by expression, allows adding sub-expressions that are connected by a followed-by.
|
static PatternFollowedByExpr |
Patterns.followedBy(PatternExpr first,
PatternExpr second,
PatternExpr... more)
Pattern followed-by expression, allows adding sub-expressions that are connected by a followed-by.
|