Package jadex.bdiv3.testcases.plans
Class PlanPreconditionBDI.PlanA
- java.lang.Object
-
- jadex.bdiv3.testcases.plans.PlanPreconditionBDI.PlanA
-
- Enclosing class:
- PlanPreconditionBDI
protected class PlanPreconditionBDI.PlanA extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PlanA()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IFuture<java.lang.Void>
body()
protected boolean
precondition()
-
-
-
Method Detail
-
precondition
protected boolean precondition()
-
body
protected IFuture<java.lang.Void> body()
-
-