public class TestAgent extends java.lang.Object implements ITestService
Constructor and Description |
---|
TestAgent() |
Modifier and Type | Method and Description |
---|---|
void |
body(jadex.bridge.IInternalAccess agent)
The agent body.
|
jadex.commons.future.IFuture<java.lang.Void> |
testMethod()
A test method.
|
public void body(jadex.bridge.IInternalAccess agent)
public jadex.commons.future.IFuture<java.lang.Void> testMethod()
testMethod
in interface ITestService