Uses of Interface
jadex.bdi.planlib.protocols.IProposalEvaluator

Packages that use IProposalEvaluator
jadex.bdi.planlib.protocols   
 

Uses of IProposalEvaluator in jadex.bdi.planlib.protocols
 

Classes in jadex.bdi.planlib.protocols that implement IProposalEvaluator
 class ICNPHandler
          A helper class that handles a receiver side goals of the iterated contract net protocol by delegating to some implementation of the corresponding interface.
 class ProposalEvaluator
          A default implementation of the proposal evaluator interface.
 

Fields in jadex.bdi.planlib.protocols declared as IProposalEvaluator
protected  IProposalEvaluator ICNPHandler.proposal_evaluator
          The proposal evaluator.
 

Constructors in jadex.bdi.planlib.protocols with parameters of type IProposalEvaluator
ICNPHandler(IProposalEvaluator proposal_evaluator, IQueryNextroundInfo query_nextround_info)
          Create an ICNPHandler using the given implementations.
 



Copyright © 2010. All Rights Reserved.