Package jadex.bdiv3.examples.helloworld
Class HelloWorldPlan
- java.lang.Object
- 
- jadex.bdiv3.examples.helloworld.HelloWorldPlan
 
- 
 public class HelloWorldPlan extends java.lang.ObjectHello World with plan driven print out.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe bdi agent.
 - 
Constructor SummaryConstructors Constructor Description HelloWorldPlan()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The agent body.protected voidprintHello(IPlan plan)Plan that prints out goal text and passes.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The bdi agent.
 
- 
 - 
Method Detail- 
bodypublic void body() The agent body.
 - 
printHelloprotected void printHello(IPlan plan) Plan that prints out goal text and passes.
 
- 
 
-