Uses of Class
fipaos.tutorial.emarkets.message.NegotiationMessage

Packages that use NegotiationMessage
fipaos.tutorial.emarkets.agent.buyer 
fipaos.tutorial.emarkets.agent.buyer.bid 
fipaos.tutorial.emarkets.agent.buyer.manufacturer 
fipaos.tutorial.emarkets.agent.buyer.retail 
fipaos.tutorial.emarkets.agent.seller 
fipaos.tutorial.emarkets.agent.seller.component 
fipaos.tutorial.emarkets.agent.seller.manufacturer 
fipaos.tutorial.emarkets.agent.seller.offer 
fipaos.tutorial.emarkets.message 

Uses of NegotiationMessage in fipaos.tutorial.emarkets.agent.buyer
 

Methods in fipaos.tutorial.emarkets.agent.buyer that return NegotiationMessage
NegotiationMessageBuyerAbility.createProposal(NegotiationMessage cfp)
          
 

Methods in fipaos.tutorial.emarkets.agent.buyer with parameters of type NegotiationMessage
NegotiationMessageBuyerAbility.createProposal(NegotiationMessage cfp)
          
 

Uses of NegotiationMessage in fipaos.tutorial.emarkets.agent.buyer.bid
 

Methods in fipaos.tutorial.emarkets.agent.buyer.bid that return NegotiationMessage
NegotiationMessageBidEngine.makeBid(NegotiationMessage neg_msg)
          This method creates a proposal (a bid) to buy a certain number of items from a seller at a certain price per item.
NegotiationMessageSimpleBidEngine.makeBid(NegotiationMessage cfp_msg)
          This method creates a proposal (a bid) to buy a certain number of items from a seller at a certain price per item.
 

Methods in fipaos.tutorial.emarkets.agent.buyer.bid with parameters of type NegotiationMessage
NegotiationMessageBidEngine.makeBid(NegotiationMessage neg_msg)
          This method creates a proposal (a bid) to buy a certain number of items from a seller at a certain price per item.
NegotiationMessageSimpleBidEngine.makeBid(NegotiationMessage cfp_msg)
          This method creates a proposal (a bid) to buy a certain number of items from a seller at a certain price per item.
 

Uses of NegotiationMessage in fipaos.tutorial.emarkets.agent.buyer.manufacturer
 

Methods in fipaos.tutorial.emarkets.agent.buyer.manufacturer that return NegotiationMessage
NegotiationMessageManufacturerBuyerAgent.createProposal(NegotiationMessage cfp_msg)
          This method creates a proposal to buy components from the Component Seller agent
 

Methods in fipaos.tutorial.emarkets.agent.buyer.manufacturer with parameters of type NegotiationMessage
NegotiationMessageManufacturerBuyerAgent.createProposal(NegotiationMessage cfp_msg)
          This method creates a proposal to buy components from the Component Seller agent
 

Uses of NegotiationMessage in fipaos.tutorial.emarkets.agent.buyer.retail
 

Methods in fipaos.tutorial.emarkets.agent.buyer.retail that return NegotiationMessage
NegotiationMessageRetailBuyerAgent.createProposal(NegotiationMessage cfp_msg)
          This method creates a proposal to buy components from the Manufacturer Seller agent
 

Methods in fipaos.tutorial.emarkets.agent.buyer.retail with parameters of type NegotiationMessage
NegotiationMessageRetailBuyerAgent.createProposal(NegotiationMessage cfp_msg)
          This method creates a proposal to buy components from the Manufacturer Seller agent
 

Uses of NegotiationMessage in fipaos.tutorial.emarkets.agent.seller
 

Methods in fipaos.tutorial.emarkets.agent.seller that return NegotiationMessage
NegotiationMessageSellerAbility.createCounterProposal(String buyer_id, NegotiationMessage proposal)
          
NegotiationMessageSellerAbility.createInitialCFP()
          
 

Methods in fipaos.tutorial.emarkets.agent.seller with parameters of type NegotiationMessage
NegotiationMessageSellerAbility.createCounterProposal(String buyer_id, NegotiationMessage proposal)
          
 

Uses of NegotiationMessage in fipaos.tutorial.emarkets.agent.seller.component
 

Methods in fipaos.tutorial.emarkets.agent.seller.component that return NegotiationMessage
NegotiationMessageComponentSellerAgent.createCounterProposal(String buyer_id, NegotiationMessage proposal)
          If the negotiation has not finished and this seller wishes to send a new round of cfp's then this method is called to create new cfp messages in reply to proposals from the buyers.
NegotiationMessageComponentSellerAgent.createInitialCFP()
          Generates the initial call for proposals to the Manufacturer Buyer agents
 

Methods in fipaos.tutorial.emarkets.agent.seller.component with parameters of type NegotiationMessage
NegotiationMessageComponentSellerAgent.createCounterProposal(String buyer_id, NegotiationMessage proposal)
          If the negotiation has not finished and this seller wishes to send a new round of cfp's then this method is called to create new cfp messages in reply to proposals from the buyers.
 

Uses of NegotiationMessage in fipaos.tutorial.emarkets.agent.seller.manufacturer
 

Methods in fipaos.tutorial.emarkets.agent.seller.manufacturer that return NegotiationMessage
NegotiationMessageManufacturerSellerAgent.createCounterProposal(String buyer_id, NegotiationMessage proposal)
          If the negotiation has not finished and this seller wishes to send a new round of cfp's then this method is called to create new cfp messages in reply to proposals from the buyers.
NegotiationMessageManufacturerSellerAgent.createInitialCFP()
          Generates the initial call for proposals to the Retail Buyer agents
 

Methods in fipaos.tutorial.emarkets.agent.seller.manufacturer with parameters of type NegotiationMessage
NegotiationMessageManufacturerSellerAgent.createCounterProposal(String buyer_id, NegotiationMessage proposal)
          If the negotiation has not finished and this seller wishes to send a new round of cfp's then this method is called to create new cfp messages in reply to proposals from the buyers.
 

Uses of NegotiationMessage in fipaos.tutorial.emarkets.agent.seller.offer
 

Methods in fipaos.tutorial.emarkets.agent.seller.offer that return NegotiationMessage
NegotiationMessageOfferEngine.makeOffer(NegotiationMessage neg_msg)
          This method creates a call for proposals (an offer) asking buyers if they are interested in buying the given number of items at the given price per item.
NegotiationMessageSimpleOfferEngine.makeOffer(NegotiationMessage proposal_msg)
          This method creates a cfp (an offer) to invite buyers to purchase a certain number of items at a certain price per item.
 

Methods in fipaos.tutorial.emarkets.agent.seller.offer with parameters of type NegotiationMessage
NegotiationMessageOfferEngine.makeOffer(NegotiationMessage neg_msg)
          This method creates a call for proposals (an offer) asking buyers if they are interested in buying the given number of items at the given price per item.
NegotiationMessageSimpleOfferEngine.makeOffer(NegotiationMessage proposal_msg)
          This method creates a cfp (an offer) to invite buyers to purchase a certain number of items at a certain price per item.
 

Uses of NegotiationMessage in fipaos.tutorial.emarkets.message
 

Classes in fipaos.tutorial.emarkets.message that implement NegotiationMessage
class NegotiationMessageImpl