Package jadex.bdiv3.examples.booktrading
Interface INegotiationGoal
- 
- All Known Implementing Classes:
- BuyerAgent.PurchaseBook,- SellerAgent.SellBook
 
 public interface INegotiationGoal
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description OrdergetOrder()Get the order.
 
- 
- 
- 
Method Detail- 
getOrderOrder getOrder() Get the order.- Returns:
- The order.
 
 
- 
 
-