Package jadex.bdi.examples.shop
Interface IShopService
-
- All Known Implementing Classes:
ShopService
,ShopService
public interface IShopService
The shop interface for buying goods at the shop.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<ItemInfo>
buyItem(java.lang.String item, double price)
Buy an item.IFuture<ItemInfo[]>
getCatalog()
Get the item catalog.java.lang.String
getName()
Get the shop name.
-