public abstract class Junction extends ExpressionBase
Constructor and Description |
---|
Junction() |
Modifier and Type | Method and Description |
---|---|
Junction |
add(Expression expression)
Expression to add to the conjunction (AND) or disjunction (OR).
|
Junction |
add(String propertyName)
Property to add to the conjunction (AND) or disjunction (OR).
|
addChild, getChildren, getTreeObjectName, renderAggregation, setChildren, setTreeObjectName, toEPL, toPrecedenceFreeEPL, toPrecedenceFreeEPL, toPrecedenceFreeEPL
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPrecedence
public Junction add(Expression expression)
expression
- to add