Package jadex.bdiv3.examples.helloworld
Class HelloWorldPlan
- java.lang.Object
-
- jadex.bdiv3.examples.helloworld.HelloWorldPlan
-
public class HelloWorldPlan extends java.lang.Object
Hello World with plan driven print out.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The bdi agent.
-
Constructor Summary
Constructors Constructor Description HelloWorldPlan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
The agent body.protected void
printHello(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(IPlan plan)
Plan that prints out goal text and passes.
-
-