|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A node in a query representation, as the root of a subtree.
| Method Summary | |
QueryNode |
cloneNode()
Clones this node. |
boolean |
isDF()
Returns true iff the node is in disjunctive form. |
java.util.Iterator |
iterator()
Returns an iterator over the children of this node. |
QueryNode |
simplifiedNode()
Simplifies this node. |
QueryNode |
toDF()
Converts the node and its subtree into disjunctive form. |
java.lang.String |
toPrefix()
Returns the node in prefix notation. |
| Method Detail |
public QueryNode toDF()
public boolean isDF()
public java.lang.String toPrefix()
public QueryNode simplifiedNode()
public QueryNode cloneNode()
public java.util.Iterator iterator()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||