public class HelloWorldGoalBDI
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
HelloWorldGoalBDI.HelloGoal
Simple hello world goal.
|
| Modifier and Type | Field and Description |
|---|---|
protected jadex.bridge.IInternalAccess |
agent
The bdi agent.
|
| Constructor and Description |
|---|
HelloWorldGoalBDI() |
| Modifier and Type | Method and Description |
|---|---|
void |
body()
The agent body.
|
protected void |
printHello(java.lang.String text,
jadex.bdiv3.runtime.IPlan plan)
Plan that prints out goal text and passes.
|