Class RichAgent
- java.lang.Object
- 
- jadex.bdiv3.examples.moneypainter.RichAgent
 
- 
 public class RichAgent extends java.lang.Object
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classRichAgent.BecomeRichclassRichAgent.GetOneEuro
 - 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentprotected intmoneyThe money.protected inttargetThe target amount of money.
 - 
Constructor SummaryConstructors Constructor Description RichAgent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()voiddistributeWork(IPlan plan)protected voidincMoney()voidprintRich(IGoal goal)
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent 
 - 
targetprotected int target The target amount of money.
 - 
moneyprotected int money The money.
 
- 
 
-