Uses of Interface
anl.aida.core.ScoredDocumentCallback

Packages that use ScoredDocumentCallback
anl.aida   
anl.aida.core   
 

Uses of ScoredDocumentCallback in anl.aida
 

Classes in anl.aida that implement ScoredDocumentCallback
(package private)  class TermsTest.TestDocCallback
           
 

Uses of ScoredDocumentCallback in anl.aida.core
 

Fields in anl.aida.core declared as ScoredDocumentCallback
private  ScoredDocumentCallback STCBuilder.STCollection.SDCProcedure.callback
           
 

Methods in anl.aida.core with parameters of type ScoredDocumentCallback
 void STCBuilder.STCollection.iterateByDocument(ScoredDocumentCallback callback)
          Iterates through the collection in document order calling the relevant methods in the callback.
 void ScoredTermsCollection.iterateByDocument(ScoredDocumentCallback callback)
          Iterates through the collection in document order calling the relevant methods in the callback.
 

Constructors in anl.aida.core with parameters of type ScoredDocumentCallback
STCBuilder.STCollection.SDCProcedure(ScoredDocumentCallback callback)