Package jadex.bdiv3.examples.helloworld
Class HelloWorldBelief
- java.lang.Object
-
- jadex.bdiv3.examples.helloworld.HelloWorldBelief
-
public class HelloWorldBelief extends java.lang.Object
Hello World with goal driven print out.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
HelloWorldBelief.HelloGoal
Simple hello world goal.
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The bdi agent.
-
Constructor Summary
Constructors Constructor Description HelloWorldBelief()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
The agent body.protected void
printHello(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.
-
-