|
||||||||||
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.PatternOrExpr
public class PatternOrExpr
Logical OR for use in pattern expressions.
Constructor Summary | |
---|---|
PatternOrExpr()
Ctor - for use to create a pattern expression tree, without pattern child expression. |
|
PatternOrExpr(PatternExpr first,
PatternExpr second,
PatternExpr... patternExprs)
Ctor. |
Method Summary | |
---|---|
PatternOrExpr |
add(PatternExpr expr)
Adds a pattern expression to the OR 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 PatternOrExpr()
public PatternOrExpr(PatternExpr first, PatternExpr second, PatternExpr... patternExprs)
first
- a first pattern expression in the OR relationshipsecond
- a second pattern expression in the OR relationshippatternExprs
- further optional pattern expressions in the OR relationshipMethod Detail |
---|
public PatternOrExpr 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 |