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


Fields inherited from class com.k_int.util.RPNQueryRep.QueryNode
node_name, the_root_node
 
Constructor Summary
RootNode()
           
 
Method Summary
 void changeNodeName(QueryNode node, java.lang.String new_name)
           
 void clearAllTerms()
           
 int countChildren()
           
 int countChildrenWithTerms()
           
 ComplexNode expandChild(QueryNode qn)
           
 java.lang.String getAttrset()
           
 QueryNode getChild()
           
 QueryNode lookupNodeByName(java.lang.String name)
           
 void registerNode(QueryNode node)
           
 void setAttrset(java.lang.String _attrset)
           
 void setChild(QueryNode c)
           
 
Methods inherited from class com.k_int.util.RPNQueryRep.QueryNode
getNodeName, getRootNode, setNodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootNode

public RootNode()
Method Detail

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.