public interface IRankingSearchTerminationDecider<S>
| Modifier and Type | Method and Description |
|---|---|
Future<Boolean> |
isStartRanking(Collection<S> currentresults,
IServiceEvaluator evaluator)
Decides if the search should terminate and the ranking should start.
|
Future<Boolean> isStartRanking(Collection<S> currentresults, IServiceEvaluator evaluator)
currentresults - The search results acquiredranker - The ranker used to rank services.Copyright © 2015. All Rights Reserved.