Package jadex.bdiv3.examples.shop
Interface IShopService
-
- All Known Implementing Classes:
ShopService
public interface IShopServiceThe 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.StringgetName()Get the shop name.
-