fipaos.tutorial.emarkets.agent.seller.offer
Interface OfferEngine

All Known Implementing Classes:
SimpleOfferEngine

public interface OfferEngine


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

Method Detail

makeOffer

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