Package jadex.bdiv3.testcases.plans
Class PlanPreconditionBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.plans.PlanPreconditionBDI
-
public class PlanPreconditionBDI extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classPlanPreconditionBDI.PlanAprotected classPlanPreconditionBDI.PlanCprotected classPlanPreconditionBDI.PlanDprotected classPlanPreconditionBDI.SomeGoal
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccessagentThe agent.protected java.lang.Stringres
-
Constructor Summary
Constructors Constructor Description PlanPreconditionBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The agent body.protected IFuture<java.lang.Void>planB()
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The agent.
-
res
protected java.lang.String res
-
-
Method Detail
-
body
public void body()
The agent body.
-
planB
protected IFuture<java.lang.Void> planB()
-
-