lemurproject.indri
Class QueryAnnotation

java.lang.Object
  extended by lemurproject.indri.QueryAnnotation

public class QueryAnnotation
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
private  long swigCPtr
           
 
Constructor Summary
  QueryAnnotation()
           
protected QueryAnnotation(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 java.util.Map getAnnotations()
           
protected static long getCPtr(QueryAnnotation obj)
           
 QueryAnnotationNode getQueryTree()
           
 ScoredExtentResult[] getResults()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCPtr

private long swigCPtr

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

QueryAnnotation

protected QueryAnnotation(long cPtr,
                          boolean cMemoryOwn)

QueryAnnotation

public QueryAnnotation()
Method Detail

getCPtr

protected static long getCPtr(QueryAnnotation obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

getQueryTree

public QueryAnnotationNode getQueryTree()
                                 throws java.lang.Exception
Returns:
QueryAnnotationNodes for the query tree.
Throws:
java.lang.Exception - if a lemur::api::Exception was thrown by the JNI library.

getAnnotations

public java.util.Map getAnnotations()
                             throws java.lang.Exception
Returns:
Annotations for the query tree.
Throws:
java.lang.Exception - if a lemur::api::Exception was thrown by the JNI library.

getResults

public ScoredExtentResult[] getResults()
                                throws java.lang.Exception
Returns:
ScoredExtentResults for the query tree.
Throws:
java.lang.Exception - if a lemur::api::Exception was thrown by the JNI library.