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

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

Uses of PatternFollowedByExpr in net.esper.client.soda
 

Methods in net.esper.client.soda that return PatternFollowedByExpr
 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.