fipaos.tutorial.emarkets.agent.buyer.bid
Interface BidEngine

All Known Implementing Classes:
SimpleBidEngine

public interface BidEngine


Method Summary
 NegotiationMessagemakeBid(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.

Method Detail

makeBid

public NegotiationMessage 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.