Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.k_int.util.RPNQueryRep
Class QueryNode  view QueryNode download QueryNode.java

java.lang.Object
  extended bycom.k_int.util.RPNQueryRep.QueryNode
Direct Known Subclasses:
AttrPlusTermNode, ComplexNode, RootNode

public abstract class QueryNode
extends java.lang.Object


Field Summary
protected  java.lang.String node_name
           
protected  RootNode the_root_node
           
 
Constructor Summary
QueryNode(RootNode rn)
           
 
Method Summary
abstract  int countChildren()
           
abstract  int countChildrenWithTerms()
           
abstract  ComplexNode expandChild(QueryNode qn)
           
 java.lang.String getNodeName()
           
 RootNode getRootNode()
           
 void setNodeName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

the_root_node

protected RootNode the_root_node

node_name

protected java.lang.String node_name
Constructor Detail

QueryNode

public QueryNode(RootNode rn)
Method Detail

expandChild

public abstract ComplexNode expandChild(QueryNode qn)

countChildrenWithTerms

public abstract int countChildrenWithTerms()

countChildren

public abstract int countChildren()

getRootNode

public RootNode getRootNode()

getNodeName

public java.lang.String getNodeName()

setNodeName

public void setNodeName(java.lang.String name)