Class HelloWorld2BDI.HelloWorldPlan
- java.lang.Object
- 
- jadex.bdiv3.testcases.semiautomatic.HelloWorld2BDI.HelloWorldPlan
 
- 
- Enclosing class:
- HelloWorld2BDI
 
 public class HelloWorld2BDI.HelloWorldPlan extends java.lang.ObjectHello world plan.
- 
- 
Constructor SummaryConstructors Constructor Description HelloWorldPlan()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IFuture<java.lang.Void>aborted(HelloWorld2BDI.HelloGoal goal)protected IFuture<java.lang.Void>failed(HelloWorld2BDI.HelloGoal goal)protected IFuture<java.lang.Void>passed(HelloWorld2BDI.HelloGoal goal)protected IFuture<java.lang.Void>printHello1(HelloWorld2BDI.HelloGoal goal)protected IFuture<java.lang.Void>waitLoop(int cnt)
 
- 
- 
- 
Field Detail- 
planprotected IPlan plan 
 
- 
 - 
Method Detail- 
printHello1protected IFuture<java.lang.Void> printHello1(HelloWorld2BDI.HelloGoal goal) 
 - 
waitLoopprotected IFuture<java.lang.Void> waitLoop(int cnt) 
 - 
passedprotected IFuture<java.lang.Void> passed(HelloWorld2BDI.HelloGoal goal) 
 - 
failedprotected IFuture<java.lang.Void> failed(HelloWorld2BDI.HelloGoal goal) 
 - 
abortedprotected IFuture<java.lang.Void> aborted(HelloWorld2BDI.HelloGoal goal) 
 
- 
 
-