public interface IRankingSearchTerminationDecider<S>
| Modifier and Type | Method and Description | 
|---|---|
| IFuture<java.lang.Boolean> | isStartRanking(java.util.Collection<S> currentresults,
              IServiceEvaluator evaluator)Decides if the search should terminate and the ranking should start. | 
IFuture<java.lang.Boolean> isStartRanking(java.util.Collection<S> currentresults, IServiceEvaluator evaluator)
currentresults - The search results acquiredranker - The ranker used to rank services.