Package jadex.bdiv3.examples.helloworld
Class HelloWorldGoal
- java.lang.Object
- 
- jadex.bdiv3.examples.helloworld.HelloWorldGoal
 
- 
 public class HelloWorldGoal extends java.lang.ObjectHello World with goal driven print out. class is checked for annotations goal, plan type declarations from annotations or inline plans are added to the agent type and conditions to eca rule system class is rewritten to announce belief changes (field accesses and annotated methods)
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classHelloWorldGoal.HelloGoalSimple hello world goal.
 - 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe bdi agent.
 - 
Constructor SummaryConstructors Constructor Description HelloWorldGoal()
 - 
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.
 
- 
 
-