Uses of Class
jadex.bdi.planlib.protocols.AuctionDescription

Packages that use AuctionDescription
jadex.bdi.planlib.protocols.dutchauction   
jadex.bdi.planlib.protocols.englishauction   
 

Uses of AuctionDescription in jadex.bdi.planlib.protocols.dutchauction
 

Methods in jadex.bdi.planlib.protocols.dutchauction with parameters of type AuctionDescription
protected  Object[] DAReceiverPlan.decideParticipation(AuctionDescription auctiondesc, IComponentIdentifier initiator)
          Decide about participation.
protected  void DAInitiatorPlan.evaluateAuctionResults(AuctionDescription auctiondesc, Object cfp_info, Object[] history, IComponentIdentifier winner, Object winning_offer)
          Evaluate the auction results and decide about participation.
protected  Object[] DAReceiverPlan.handleCFP(IMessageEvent cfp, AuctionDescription auctiondesc, Object auctioninfo, List offers)
          Handle a cfp message.
protected  void DAInitiatorPlan.waitForAuctionStart(AuctionDescription auctiondesc, List receivers)
          Wait for the auction start time.
 

Uses of AuctionDescription in jadex.bdi.planlib.protocols.englishauction
 

Methods in jadex.bdi.planlib.protocols.englishauction with parameters of type AuctionDescription
protected  Object[] EAReceiverPlan.decideParticipation(AuctionDescription auctiondesc, IComponentIdentifier initiator)
          Decide about participation.
protected  void EAInitiatorPlan.evaluateAuctionResults(AuctionDescription auctiondesc, Object cfp_info, Object[] history, IComponentIdentifier winner, Object winning_offer)
          Evaluate the auction results and decide about participation.
protected  Object[] EAReceiverPlan.handleCFP(IMessageEvent cfp, AuctionDescription auctiondesc, Object auctioninfo, Object winning_offer, List offers)
          Handle a cfp message.
protected  void EAInitiatorPlan.waitForAuctionStart(AuctionDescription auctiondesc, List receivers)
          Wait for the auction start time.
 



Copyright © 2010. All Rights Reserved.