Package jadex.bdiv3.testcases.misc
Class GoalPlanResultBDI
- java.lang.Object
- 
- jadex.bdiv3.testcases.misc.GoalPlanResultBDI
 
- 
 public class GoalPlanResultBDI extends java.lang.ObjectAgent 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 SummaryNested Classes Modifier and Type Class Description classGoalPlanResultBDI.AGoalclassGoalPlanResultBDI.BGoal
 - 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe agent.
 - 
Constructor SummaryConstructors Constructor Description GoalPlanResultBDI()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The agent body.java.lang.Stringplan()Plan that reacts on the goals.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The agent.
 
- 
 
-