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 Summary
Nested Classes Modifier and Type Class Description classHelloWorldBelief.HelloGoalSimple hello world goal.
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccessagentThe bdi agent.
-
Constructor Summary
Constructors Constructor Description HelloWorldBelief()
-
Method Summary
All 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
-
agent
protected IInternalAccess agent
The bdi agent.
-
-
Method Detail
-
body
public void body()
The agent body.
-
printHello
protected void printHello(java.lang.String text, IPlan plan)Plan that prints out goal text and passes.
-
-