anl.aida.query
Interface Query

All Known Implementing Classes:
ConstantQuery, FrequencyCountQuery

public interface Query


Method Summary
 float execute(anl.aida.core.ScoredTermsCollection stc)
          Executes this query on the specified ScoredTermsCollection and returns a numeric value.
 

Method Detail

execute

float execute(anl.aida.core.ScoredTermsCollection stc)
Executes this query on the specified ScoredTermsCollection and returns a numeric value.

Parameters:
stc - the collection to execute against
Returns:
the result of the query.