Package jadex.bdiv3.testcases.goals
Class GoalGoalBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.goals.GoalGoalBDI
-
public class GoalGoalBDI extends java.lang.Object
Agent that uses a goal with a goal as plan (direct subgoal).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
GoalGoalBDI.TestGoal1
The top level goal.class
GoalGoalBDI.TestGoal2
The goal that is used as a plan.
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The bdi agent.
-
Constructor Summary
Constructors Constructor Description GoalGoalBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
java.lang.Double
inc(GoalGoalBDI.TestGoal2 g, IPlan plan)
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The bdi agent.
-
-
Method Detail
-
inc
public java.lang.Double inc(GoalGoalBDI.TestGoal2 g, IPlan plan)
-
body
public void body()
-
-