TurtleDB
A mini distributed database system
|
Public Member Functions | |
void | addCondition (Condition c) |
int | getArity () |
String | toString () |
Public Attributes | |
List< Condition > | m_conditions |
Protected Member Functions | |
NAryCondition () | |
void | acceptNAry (ConditionVisitor v) |
Protected Attributes | |
String | m_operator |
Definition at line 22 of file NAryCondition.java.
ca.uqac.dim.turtledb.NAryCondition.NAryCondition | ( | ) | [protected] |
Definition at line 27 of file NAryCondition.java.
void ca.uqac.dim.turtledb.NAryCondition.acceptNAry | ( | ConditionVisitor | v | ) | [protected] |
Definition at line 38 of file NAryCondition.java.
Definition at line 33 of file NAryCondition.java.
Returns the arity of the operator, i.e. the number of operands.
Definition at line 49 of file NAryCondition.java.
String ca.uqac.dim.turtledb.NAryCondition.toString | ( | ) |
Definition at line 55 of file NAryCondition.java.
Definition at line 24 of file NAryCondition.java.
String ca.uqac.dim.turtledb.NAryCondition.m_operator [protected] |
Definition at line 25 of file NAryCondition.java.