Package jadex.bdiv3.examples.shop
Class ShopAndCustomerAgent
- java.lang.Object
-
- jadex.bdiv3.examples.shop.ShopAndCustomerAgent
-
public class ShopAndCustomerAgent extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccessagentThe agent.protected CustomerCapabilitycustomercapThe customer capability.protected doublemoneyThe money.protected ShopCapashopcapThe shop capability.
-
Constructor Summary
Constructors Constructor Description ShopAndCustomerAgent()
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The agent.
-
customercap
protected CustomerCapability customercap
The customer capability.
-
shopcap
protected ShopCapa shopcap
The shop capability.
-
money
protected double money
The money.
-
-