Interface IRankingSearchTerminationDecider<S>

    • Method Detail

      • isStartRanking

        jadex.commons.future.IFuture<java.lang.Boolean> isStartRanking​(java.util.Collection<S> currentresults,
                                                                       IServiceEvaluator evaluator)
        Decides if the search should terminate and the ranking should start.
        Parameters:
        currentresults - The search results acquired
        ranker - The ranker used to rank services.
        Returns:
        True, to terminate the search and start ranking.