public class DFTestAgent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInternalAccess |
agent |
protected java.util.List<jadex.base.test.TestReport> |
reports
The reports of executed tests, used as result.
|
Constructor and Description |
---|
DFTestAgent() |
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.Void> |
agentKilled()
Called when agent finishes.
|
jadex.commons.future.IFuture<java.lang.Void> |
executeBody()
At startup register the agent at the DF.
|
void |
messageArrived(java.util.Map<java.lang.String,java.lang.Object> msg,
jadex.bridge.service.types.message.MessageType mt) |
protected jadex.commons.future.IFuture<java.lang.Void> |
registerDF()
Register the agent at the DF.
|
protected jadex.commons.future.IFuture<java.lang.Void> |
searchDF()
Search for the agent at the DF.
|
protected jadex.bridge.IInternalAccess agent
protected java.util.List<jadex.base.test.TestReport> reports
public jadex.commons.future.IFuture<java.lang.Void> executeBody()
public jadex.commons.future.IFuture<java.lang.Void> agentKilled()
protected jadex.commons.future.IFuture<java.lang.Void> registerDF()
protected jadex.commons.future.IFuture<java.lang.Void> searchDF()
public void messageArrived(java.util.Map<java.lang.String,java.lang.Object> msg, jadex.bridge.service.types.message.MessageType mt)