Package jadex.bdiv3.testcases.goals
Class ExternalGoalBDI
- java.lang.Object
- 
- jadex.bdiv3.testcases.goals.ExternalGoalBDI
 
- 
 public class ExternalGoalBDI extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe bdi agent.protected TestReporttrThe test report.
 - 
Constructor SummaryConstructors Constructor Description ExternalGoalBDI()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>body()Agent body with behavior code.protected voidplanA(ExternalGoal goal)The plan.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The bdi agent.
 - 
trprotected TestReport tr The test report.
 
- 
 - 
Method Detail- 
planAprotected void planA(ExternalGoal goal) The plan.
 - 
bodypublic IFuture<java.lang.Void> body() Agent body with behavior code.
 
- 
 
-