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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckDrop()booleancheckTarget()OrdergetOrder()Get the order.
 
- 
- 
- 
Field Detail- 
orderprotected Order order 
 
- 
 - 
Constructor Detail- 
SellBookpublic SellBook(Order order) Create a new SellBook.
 
- 
 - 
Method Detail- 
getOrderpublic Order getOrder() Get the order.- Specified by:
- getOrderin interface- INegotiationGoal
- Returns:
- The order.
 
 - 
checkDroppublic boolean checkDrop() 
 - 
checkTargetpublic boolean checkTarget() 
 
- 
 
-