Class Junction
java.lang.Object
com.espertech.esper.common.client.soda.ExpressionBase
com.espertech.esper.common.client.soda.Junction
- All Implemented Interfaces:
Expression
,Serializable
- Direct Known Subclasses:
Conjunction
,Disjunction
Base junction for conjunction (and) and disjunction (or).
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.espertech.esper.common.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.common.client.soda.Expression
getPrecedence
-
Constructor Details
-
Junction
public Junction()
-
-
Method Details
-
add
Expression to add to the conjunction (AND) or disjunction (OR).- Parameters:
expression
- to add- Returns:
- expression
-
add
Property to add to the conjunction (AND) or disjunction (OR).- Parameters:
propertyName
- is the name of the property- Returns:
- expression
-