com.k_int.util.RPNQueryRep
Class RootNode
java.lang.Object
|
+--com.k_int.util.RPNQueryRep.QueryNode
|
+--com.k_int.util.RPNQueryRep.RootNode
- public class RootNode
- extends QueryNode
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RootNode
public RootNode()
getChild
public QueryNode getChild()
setChild
public void setChild(QueryNode c)
expandChild
public ComplexNode expandChild(QueryNode qn)
- Overrides:
expandChild in class QueryNode
countChildrenWithTerms
public int countChildrenWithTerms()
- Overrides:
countChildrenWithTerms in class QueryNode
countChildren
public int countChildren()
- Overrides:
countChildren in class QueryNode
setAttrset
public void setAttrset(java.lang.String _attrset)
getAttrset
public java.lang.String getAttrset()
registerNode
public void registerNode(QueryNode node)
changeNodeName
public void changeNodeName(QueryNode node,
java.lang.String new_name)
lookupNodeByName
public QueryNode lookupNodeByName(java.lang.String name)
clearAllTerms
public void clearAllTerms()
Copyright © 2001 Knowledge Integration Ltd. All Rights Reserved.