|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.unidu.is.retrieval.BooleanQueryNode
de.unidu.is.retrieval.AndQueryNode
A query node representing an AND.
| Field Summary |
| Fields inherited from class de.unidu.is.retrieval.BooleanQueryNode |
children |
| Constructor Summary | |
AndQueryNode()
Creates a new object. |
|
AndQueryNode(java.util.Set children)
Creates a new object. |
|
| Method Summary | |
protected java.lang.String |
getConnector()
Returns a XIRQL representation of the connector represented by this node. |
boolean |
isDF()
Returns true iff the node is in disjunctive form. |
protected BooleanQueryNode |
newNode()
Returns a new, empty node of this type. |
protected boolean |
sameClass(QueryNode node)
Returns true iff the specified query node represents the same class as this node. |
QueryNode |
toDF()
Converts the node and its subtree into disjunctive form. |
| Methods inherited from class de.unidu.is.retrieval.BooleanQueryNode |
add, cloneNode, equals, getChildren, hashCode, iterator, setChildren, simplifiedNode, toPrefix, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AndQueryNode()
public AndQueryNode(java.util.Set children)
children - children children nodes| Method Detail |
protected java.lang.String getConnector()
BooleanQueryNode
getConnector in class BooleanQueryNodeprotected boolean sameClass(QueryNode node)
BooleanQueryNode
sameClass in class BooleanQueryNodenode - query node to compare
public QueryNode toDF()
QueryNode
public boolean isDF()
QueryNode
protected BooleanQueryNode newNode()
BooleanQueryNode
newNode in class BooleanQueryNode
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||