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 IInternalAccess
agent
The agent.protected CustomerCapability
customercap
The customer capability.protected double
money
The money.protected ShopCapa
shopcap
The 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.
-
-