Uses of Class
gov.nist.nlpir.irf.result.ResultForDocMatchingQuery

Packages that use ResultForDocMatchingQuery
gov.nist.nlpir.irf.result classes that model the result of a search as a hierarchy of nested results corresponding to the structure of the query 
gov.nist.nlpir.irfapps classes providing functionality of use in multiple IRF-based applications - a sample application. 
 

Uses of ResultForDocMatchingQuery in gov.nist.nlpir.irf.result
 

Methods in gov.nist.nlpir.irf.result that return ResultForDocMatchingQuery
 ResultForDocMatchingQuery RetrievalResult.getListElementNo(int i)
          Returns the i-th element of the list.
 

Uses of ResultForDocMatchingQuery in gov.nist.nlpir.irfapps
 

Methods in gov.nist.nlpir.irfapps with parameters of type ResultForDocMatchingQuery
(package private) static Document SampleApp.prepareDocPresent(ResultForDocMatchingQuery rle)
          Takes as argument a ResultForDocMatchingQuery to be presented on the screen.