| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NegotiationMessage in fipaos.tutorial.emarkets.agent.buyer |
Methods in fipaos.tutorial.emarkets.agent.buyer that return NegotiationMessage | |
NegotiationMessage | BuyerAbility.createProposal(NegotiationMessage cfp) |
Methods in fipaos.tutorial.emarkets.agent.buyer with parameters of type NegotiationMessage | |
NegotiationMessage | BuyerAbility.createProposal(NegotiationMessage cfp) |
Uses of NegotiationMessage in fipaos.tutorial.emarkets.agent.buyer.bid |
Methods in fipaos.tutorial.emarkets.agent.buyer.bid that return NegotiationMessage | |
NegotiationMessage | BidEngine.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. |
NegotiationMessage | SimpleBidEngine.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 | |
NegotiationMessage | BidEngine.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. |
NegotiationMessage | SimpleBidEngine.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 | |
NegotiationMessage | ManufacturerBuyerAgent.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 | |
NegotiationMessage | ManufacturerBuyerAgent.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 | |
NegotiationMessage | RetailBuyerAgent.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 | |
NegotiationMessage | RetailBuyerAgent.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 | |
NegotiationMessage | SellerAbility.createCounterProposal(String buyer_id, NegotiationMessage proposal) |
NegotiationMessage | SellerAbility.createInitialCFP() |
Methods in fipaos.tutorial.emarkets.agent.seller with parameters of type NegotiationMessage | |
NegotiationMessage | SellerAbility.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 | |
NegotiationMessage | ComponentSellerAgent.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. |
NegotiationMessage | ComponentSellerAgent.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 | |
NegotiationMessage | ComponentSellerAgent.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 | |
NegotiationMessage | ManufacturerSellerAgent.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. |
NegotiationMessage | ManufacturerSellerAgent.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 | |
NegotiationMessage | ManufacturerSellerAgent.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 | |
NegotiationMessage | OfferEngine.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. |
NegotiationMessage | SimpleOfferEngine.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 | |
NegotiationMessage | OfferEngine.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. |
NegotiationMessage | SimpleOfferEngine.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 |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |