public class HelloWorld3BDI
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
HelloWorld3BDI.HelloGoal
Simple hello world goal.
|
| Modifier and Type | Field and Description |
|---|---|
protected jadex.bridge.IInternalAccess |
agent
The bdi agent.
|
| Constructor and Description |
|---|
HelloWorld3BDI() |
| Modifier and Type | Method and Description |
|---|---|
void |
body()
The agent body.
|
protected jadex.commons.future.IFuture<java.lang.Void> |
printHello2(HelloWorld3BDI.HelloGoal goal)
Prints out goal text and passes.
|
public void body()
protected jadex.commons.future.IFuture<java.lang.Void> printHello2(HelloWorld3BDI.HelloGoal goal)