Class CountBDI
- java.lang.Object
- 
- jadex.bdiv3.testcases.semiautomatic.CountBDI
 
- 
 public class CountBDI extends java.lang.ObjectSimple agent with inline count goal.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe agent.
 - 
Constructor SummaryConstructors Constructor Description CountBDI()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The agent body.protected IFuture<java.lang.Void>inc(CountGoal goal)Inline plan method that reacts on count goal.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The agent.
 
- 
 
-