Package jadex.bdiv3.testcases.goals
Class GoalParameterBDI
- java.lang.Object
- 
- jadex.bdiv3.testcases.goals.GoalParameterBDI
 
- 
 public class GoalParameterBDI extends java.lang.ObjectTest if changes of goal parameters can be detected in goal conditions.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGoalParameterBDI.TestGoal
 - 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe bdi agent.
 - 
Constructor SummaryConstructors Constructor Description GoalParameterBDI()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>body()voidinc(GoalParameterBDI.TestGoal g, IPlan plan)
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The bdi agent.
 
- 
 - 
Method Detail- 
incpublic void inc(GoalParameterBDI.TestGoal g, IPlan plan) 
 - 
bodypublic IFuture<java.lang.Void> body() 
 
- 
 
-