Class SellerAgent.SellBook
- java.lang.Object
-
- jadex.bdiv3.examples.booktrading.seller.SellerAgent.SellBook
-
- All Implemented Interfaces:
INegotiationGoal
- Enclosing class:
- SellerAgent
public class SellerAgent.SellBook extends java.lang.Object implements INegotiationGoal
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkDrop()
boolean
checkTarget()
Order
getOrder()
Get the order.
-
-
-
Field Detail
-
order
protected Order order
-
-
Constructor Detail
-
SellBook
public SellBook(Order order)
Create a new SellBook.
-
-
Method Detail
-
getOrder
public Order getOrder()
Get the order.- Specified by:
getOrder
in interfaceINegotiationGoal
- Returns:
- The order.
-
checkDrop
public boolean checkDrop()
-
checkTarget
public boolean checkTarget()
-
-