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