Class ServiceRankingDelegationResultListener2<S>
- java.lang.Object
- 
- jadex.commons.future.IntermediateDelegationResultListener<E>
- 
- jadex.commons.future.TerminableIntermediateDelegationResultListener<S>
- 
- jadex.bridge.nonfunctional.search.ServiceRankingDelegationResultListener<S>
- 
- jadex.bridge.nonfunctional.search.ServiceRankingDelegationResultListener2<S>
 
 
 
 
- 
- All Implemented Interfaces:
- IFunctionalExceptionListener,- IFunctionalIntermediateFinishedListener<S>,- IFunctionalIntermediateResultListener<S>,- IFunctionalResultListener<java.util.Collection<S>>,- IFutureCommandResultListener<java.util.Collection<S>>,- IIntermediateResultListener<S>,- IResultListener<java.util.Collection<S>>,- IUndoneIntermediateResultListener<S>,- IUndoneResultListener<java.util.Collection<S>>
 
 public class ServiceRankingDelegationResultListener2<S> extends ServiceRankingDelegationResultListener<S> Listener that ranks results.
- 
- 
Field Summary- 
Fields inherited from class jadex.bridge.nonfunctional.search.ServiceRankingDelegationResultListenerdecider, finished, ranker, results
 - 
Fields inherited from class jadex.commons.future.IntermediateDelegationResultListenercustomIntermediateResultListener, customResultListener, delegate, future, undone
 
- 
 - 
Constructor SummaryConstructors Constructor Description ServiceRankingDelegationResultListener2(TerminableIntermediateDelegationFuture<Tuple2<S,java.lang.Double>> future, ITerminableIntermediateFuture<S> src, IServiceRanker<S> ranker, IRankingSearchTerminationDecider<S> decider)Create a new ranker.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidnotifyResults(java.util.List<Tuple2<S,java.lang.Double>> results)Notify the results,- 
Methods inherited from class jadex.bridge.nonfunctional.search.ServiceRankingDelegationResultListenercustomIntermediateResultAvailable, customResultAvailable, exceptionOccurred, finished, isFinished, isFinishing, notifyException, rankResults
 - 
Methods inherited from class jadex.commons.future.IntermediateDelegationResultListenercommandAvailable, exceptionOccurredIfUndone, finishedIfUndone, handleException, intermediateResultAvailable, intermediateResultAvailableIfUndone, resultAvailable, resultAvailableIfUndone
 
- 
 
- 
- 
- 
Constructor Detail- 
ServiceRankingDelegationResultListener2public ServiceRankingDelegationResultListener2(TerminableIntermediateDelegationFuture<Tuple2<S,java.lang.Double>> future, ITerminableIntermediateFuture<S> src, IServiceRanker<S> ranker, IRankingSearchTerminationDecider<S> decider) Create a new ranker.
 
- 
 - 
Method Detail- 
notifyResultsprotected void notifyResults(java.util.List<Tuple2<S,java.lang.Double>> results) Notify the results,- Overrides:
- notifyResultsin class- ServiceRankingDelegationResultListener<S>
 
 
- 
 
-