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