|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.client.soda.PatternExprBase
net.esper.client.soda.PatternAndExpr
public class PatternAndExpr
Logical AND for use in pattern expressions.
Constructor Summary | |
---|---|
PatternAndExpr()
Ctor - for use to create a pattern expression tree, without pattern child expression. |
|
PatternAndExpr(PatternExpr first,
PatternExpr second,
PatternExpr... patternExprs)
Ctor. |
Method Summary | |
---|---|
PatternAndExpr |
add(PatternExpr expr)
Adds a pattern expression to the AND relationship between patterns. |
void |
toEQL(StringWriter writer)
Renders the pattern expression and all it's child expressions, in full tree depth, as a string in language syntax. |
Methods inherited from class net.esper.client.soda.PatternExprBase |
---|
addChild, getChildren |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PatternAndExpr()
public PatternAndExpr(PatternExpr first, PatternExpr second, PatternExpr... patternExprs)
first
- a first pattern expression in the AND relationshipsecond
- a second pattern expression in the AND relationshippatternExprs
- further optional pattern expressions in the AND relationshipMethod Detail |
---|
public PatternAndExpr add(PatternExpr expr)
expr
- to add
public void toEQL(StringWriter writer)
PatternExpr
writer
- is the output to use
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |