Package jadex.bdiv3.testcases.goals
Class ExternalGoalBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.goals.ExternalGoalBDI
-
public class ExternalGoalBDI extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The bdi agent.protected TestReport
tr
The test report.
-
Constructor Summary
Constructors Constructor Description ExternalGoalBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>
body()
Agent body with behavior code.protected void
planA(ExternalGoal goal)
The plan.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The bdi agent.
-
tr
protected TestReport tr
The test report.
-
-
Method Detail
-
planA
protected void planA(ExternalGoal goal)
The plan.
-
body
public IFuture<java.lang.Void> body()
Agent body with behavior code.
-
-