Class ServiceRankingDelegationResultListener2<S>

  • All Implemented Interfaces:
    jadex.commons.future.IFutureCommandResultListener<java.util.Collection<S>>, jadex.commons.future.IIntermediateResultListener<S>, jadex.commons.future.IResultListener<java.util.Collection<S>>, jadex.commons.future.IUndoneIntermediateResultListener<S>, jadex.commons.future.IUndoneResultListener<java.util.Collection<S>>

    public class ServiceRankingDelegationResultListener2<S>
    extends ServiceRankingDelegationResultListener<S>
    Listener that ranks results.
    • Constructor Detail

      • ServiceRankingDelegationResultListener2

        public ServiceRankingDelegationResultListener2​(jadex.commons.future.TerminableIntermediateDelegationFuture<jadex.commons.Tuple2<S,​java.lang.Double>> future,
                                                       jadex.commons.future.ITerminableIntermediateFuture<S> src,
                                                       IServiceRanker<S> ranker,
                                                       IRankingSearchTerminationDecider<S> decider)
        Create a new ranker.