public class ServiceRankingDelegationResultListener2<S> extends ServiceRankingDelegationResultListener<S>
decider, finished, ranker, results
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
notifyResults(java.util.List<jadex.commons.Tuple2<S,java.lang.Double>> results)
Notify the results,
|
customIntermediateResultAvailable, customResultAvailable, exceptionOccurred, finished, isFinished, isFinishing, notifyException, rankResults
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)
protected void notifyResults(java.util.List<jadex.commons.Tuple2<S,java.lang.Double>> results)
notifyResults
in class ServiceRankingDelegationResultListener<S>