Class Count2BDI
- java.lang.Object
- 
- jadex.bdiv3.testcases.semiautomatic.Count2BDI
 
- 
 public class Count2BDI extends java.lang.ObjectSimple agent with inline count goal.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classCount2BDI.Count2GoalGoal with target and drop condition.
 - 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe agent.
 - 
Constructor SummaryConstructors Constructor Description Count2BDI()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The agent body.protected IFuture<java.lang.Void>inc(Count2BDI.Count2Goal goal)Inline plan method that reacts on count goal.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The agent.
 
- 
 - 
Method Detail- 
bodypublic void body() The agent body.
 - 
incprotected IFuture<java.lang.Void> inc(Count2BDI.Count2Goal goal) Inline plan method that reacts on count goal.
 
- 
 
-