Interface INegotiationGoal

All Known Implementing Classes:
BuyerAgent.PurchaseBook, SellerAgent.SellBook

public interface INegotiationGoal
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the order.
  • Method Details

    • getOrder

      Order getOrder()
      Get the order.
      Returns:
      The order.