Package jadex.bdiv3.examples.shop
Class ShopAgent
- java.lang.Object
-
- jadex.bdiv3.examples.shop.ShopAgent
-
public class ShopAgent extends java.lang.Object
Shop bdi agent.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
protected double
money
The money.protected ShopCapa
shopcap
The customer capability.
-
Constructor Summary
Constructors Constructor Description ShopAgent()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<ItemInfo>
getDefaultCatalog()
Get some default catalog.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
-
shopcap
protected ShopCapa shopcap
The customer capability.
-
money
protected double money
The money.
-
-
Method Detail
-
getDefaultCatalog
public static java.util.List<ItemInfo> getDefaultCatalog()
Get some default catalog.
-
-