Package jadex.bdiv3.examples.shop
Class CustomerAgent
- java.lang.Object
- 
- jadex.bdiv3.examples.shop.CustomerAgent
 
- 
 public class CustomerAgent extends java.lang.ObjectCustomer capability.
- 
- 
Field SummaryFields Modifier and Type Field Description protected CustomerCapabilitycapThe customer capability.protected doublemoneyThe money.
 - 
Constructor SummaryConstructors Constructor Description CustomerAgent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerCapabilitygetCapability()Get the capability.
 
- 
- 
- 
Field Detail- 
capprotected CustomerCapability cap The customer capability.
 - 
moneyprotected double money The money.
 
- 
 - 
Method Detail- 
getCapabilitypublic CustomerCapability getCapability() Get the capability.- Returns:
- the cap
 
 
- 
 
-