public class DependendServicesAgent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInternalAccess |
agent |
Constructor and Description |
---|
DependendServicesAgent() |
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.Void> |
agentCreated()
Init code.
|
jadex.commons.future.IFuture<java.lang.Void> |
executeBody()
The agent body.
|
jadex.commons.future.IFuture<java.util.Collection<jadex.bridge.IExternalAccess>> |
getChildrenAccesses()
Get the children (if any).
|
public jadex.commons.future.IFuture<java.lang.Void> agentCreated()
public jadex.commons.future.IFuture<java.lang.Void> executeBody()
public jadex.commons.future.IFuture<java.util.Collection<jadex.bridge.IExternalAccess>> getChildrenAccesses()