Package jadex.bdiv3.testcases.goals
Class GoalGoalBDI
- java.lang.Object
- 
- jadex.bdiv3.testcases.goals.GoalGoalBDI
 
- 
 public class GoalGoalBDI extends java.lang.ObjectAgent that uses a goal with a goal as plan (direct subgoal).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classGoalGoalBDI.TestGoal1The top level goal.classGoalGoalBDI.TestGoal2The goal that is used as a plan.
 - 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe bdi agent.
 - 
Constructor SummaryConstructors Constructor Description GoalGoalBDI()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()java.lang.Doubleinc(GoalGoalBDI.TestGoal2 g, IPlan plan)
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The bdi agent.
 
- 
 - 
Method Detail- 
incpublic java.lang.Double inc(GoalGoalBDI.TestGoal2 g, IPlan plan) 
 - 
bodypublic void body() 
 
- 
 
-