public abstract class NAryCondition extends Condition
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Condition> |
m_conditions |
protected java.lang.String |
m_operator |
| Modifier | Constructor and Description |
|---|---|
protected |
NAryCondition() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
acceptNAry(ConditionVisitor v) |
void |
addCondition(Condition c) |
int |
getArity()
Returns the arity of the operator, i.e.
|
java.lang.String |
toString() |
public java.util.List<Condition> m_conditions
protected java.lang.String m_operator
public void addCondition(Condition c)
protected void acceptNAry(ConditionVisitor v)
public int getArity()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © Sylvain HallĂ©. All Rights Reserved.