Package jadex.bdiv3.testcases.misc
Class GoalPlanResultBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.misc.GoalPlanResultBDI
-
public class GoalPlanResultBDI extends java.lang.Object
Agent that has a plan that return a value form the body. The value is then used as result value of the goal when the goal uses the @GoalResult.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
GoalPlanResultBDI.AGoal
class
GoalPlanResultBDI.BGoal
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The agent.
-
Constructor Summary
Constructors Constructor Description GoalPlanResultBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
The agent body.java.lang.String
plan()
Plan that reacts on the goals.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The agent.
-
-