Package jadex.bdiv3.examples.helloworld
Class HelloWorldBelief
- java.lang.Object
- 
- jadex.bdiv3.examples.helloworld.HelloWorldBelief
 
- 
 public class HelloWorldBelief extends java.lang.ObjectHello World with goal driven print out.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classHelloWorldBelief.HelloGoalSimple hello world goal.
 - 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe bdi agent.
 - 
Constructor SummaryConstructors Constructor Description HelloWorldBelief()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The agent body.protected voidprintHello(java.lang.String text, 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(java.lang.String text, IPlan plan)Plan that prints out goal text and passes.
 
- 
 
-