lemurproject.indri
Class QueryAnnotationNode
java.lang.Object
lemurproject.indri.QueryAnnotationNode
public class QueryAnnotationNode
- extends java.lang.Object
QueryAnnotationNode
10 August 2004 -- tds
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
type
public java.lang.String type
queryText
public java.lang.String queryText
children
public QueryAnnotationNode[] children
QueryAnnotationNode
public QueryAnnotationNode(java.lang.String name,
java.lang.String type,
java.lang.String queryText,
QueryAnnotationNode[] children)