Class BuyerAgent.PurchaseBook
- java.lang.Object
- 
- jadex.bdiv3.examples.booktrading.buyer.BuyerAgent.PurchaseBook
 
- 
- All Implemented Interfaces:
- INegotiationGoal
 - Enclosing class:
- BuyerAgent
 
 public class BuyerAgent.PurchaseBook extends java.lang.Object implements INegotiationGoal 
- 
- 
Constructor SummaryConstructors Constructor Description PurchaseBook(Order order)Create a new PurchaseBook.
 - 
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- 
PurchaseBookpublic PurchaseBook(Order order) Create a new PurchaseBook.
 
- 
 - 
Method Detail- 
getOrderpublic Order getOrder() Get the order.- Specified by:
- getOrderin interface- INegotiationGoal
- Returns:
- The order.
 
 - 
checkDroppublic boolean checkDrop() 
 - 
checkTargetpublic boolean checkTarget() 
 
- 
 
-