Uses of Interface
anl.aida.core.ScoredTermCallback

Packages that use ScoredTermCallback
anl.aida   
anl.aida.core   
 

Uses of ScoredTermCallback in anl.aida
 

Classes in anl.aida that implement ScoredTermCallback
(package private)  class TermsTest.TestTermCallback
           
 

Uses of ScoredTermCallback in anl.aida.core
 

Classes in anl.aida.core that implement ScoredTermCallback
 class STCWriter
          Writes a ScoredTermsCollection out to a binary file.
 

Fields in anl.aida.core declared as ScoredTermCallback
(package private)  ScoredTermCallback STCBuilder.STCollection.STCProcedure.callback
           
 

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

Constructors in anl.aida.core with parameters of type ScoredTermCallback
STCBuilder.STCollection.STCProcedure(ScoredTermCallback callback)