public abstract class HelloWorldBDI extends java.lang.Object implements jadex.bdiv3.IBDIAgent, IHelloService
| Constructor and Description |
|---|
HelloWorldBDI() |
| Modifier and Type | Method and Description |
|---|---|
void |
body()
The agent body.
|
protected void |
printHello(jadex.bdiv3.runtime.IPlan plan)
Plan that prints out goal text and passes.
|
jadex.commons.future.IFuture<java.lang.String> |
sayHello()
Say hello method.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildren, getClassLoader, getComponentDescription, getComponentFeature, getComponentFeature0, getComponentIdentifier, getConfiguration, getException, getExternalAccess, getFetcher, getLogger, getModel, getParameterGuesser, killComponent, killComponentpublic void body()
protected void printHello(jadex.bdiv3.runtime.IPlan plan)
public jadex.commons.future.IFuture<java.lang.String> sayHello()
sayHello in interface IHelloService