Package jadex.bdiv3.examples.shop
Class ShopAgent
- java.lang.Object
- 
- jadex.bdiv3.examples.shop.ShopAgent
 
- 
 public class ShopAgent extends java.lang.ObjectShop bdi agent.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentprotected doublemoneyThe money.protected ShopCapashopcapThe customer capability.
 - 
Constructor SummaryConstructors Constructor Description ShopAgent()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<ItemInfo>getDefaultCatalog()Get some default catalog.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent 
 - 
shopcapprotected ShopCapa shopcap The customer capability.
 - 
moneyprotected double money The money.
 
- 
 - 
Method Detail- 
getDefaultCatalogpublic static java.util.List<ItemInfo> getDefaultCatalog() Get some default catalog.
 
- 
 
-