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, wait
getArgument, getChildren, getClassLoader, getComponentDescription, getComponentFeature, getComponentFeature0, getComponentIdentifier, getConfiguration, getException, getExternalAccess, getFetcher, getInternalAccess, getInterpreter, getLogger, getModel, getParameterGuesser, getRequiredService, getServiceContainer, getServiceProvider, killComponent, killComponent, scheduleStep, waitForDelay
public void body()
protected void printHello(jadex.bdiv3.runtime.IPlan plan)
public jadex.commons.future.IFuture<java.lang.String> sayHello()
sayHello
in interface IHelloService