Class BuyerAgent.PurchaseBook

java.lang.Object
jadex.bdi.booktrading.BuyerAgent.PurchaseBook
All Implemented Interfaces:
INegotiationGoal
Enclosing class:
BuyerAgent

public class BuyerAgent.PurchaseBook extends Object implements INegotiationGoal
  • Field Details

    • order

      protected Order order
  • Constructor Details

    • PurchaseBook

      public PurchaseBook(Order order)
      Create a new PurchaseBook.
  • Method Details

    • getOrder

      public Order getOrder()
      Get the order.
      Specified by:
      getOrder in interface INegotiationGoal
      Returns:
      The order.
    • checkDrop

      public boolean checkDrop()
    • checkTarget

      public boolean checkTarget()