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