Class SellerAgent.SellBook

java.lang.Object
jadex.bdi.booktrading.SellerAgent.SellBook
All Implemented Interfaces:
INegotiationGoal
Enclosing class:
SellerAgent

public class SellerAgent.SellBook extends Object implements INegotiationGoal
  • Field Details

    • order

      protected Order order
  • Constructor Details

    • SellBook

      public SellBook(Order order)
      Create a new SellBook.
  • 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()