|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.ExpressionBase
com.espertech.esper.client.soda.Junction
public abstract class Junction
Base junction for conjunction (and) and disjunction (or).
Constructor Summary | |
---|---|
Junction()
|
Method Summary | |
---|---|
Junction |
add(Expression expression)
Expression to add to the conjunction (AND) or disjunction (OR). |
Junction |
add(java.lang.String propertyName)
Property to add to the conjunction (AND) or disjunction (OR). |
Methods inherited from class com.espertech.esper.client.soda.ExpressionBase |
---|
addChild, getChildren, getTreeObjectName, renderAggregation, setChildren, setTreeObjectName, toEPL, toPrecedenceFreeEPL, toPrecedenceFreeEPL, toPrecedenceFreeEPL |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.espertech.esper.client.soda.Expression |
---|
getPrecedence |
Constructor Detail |
---|
public Junction()
Method Detail |
---|
public Junction add(Expression expression)
expression
- to add
public Junction add(java.lang.String propertyName)
propertyName
- is the name of the property
|
© 2006-2015 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 |