public class IntermediateResultProviderAgent extends java.lang.Object implements IIntermediateResultService
| Modifier and Type | Field and Description |
|---|---|
protected jadex.bridge.IInternalAccess |
agent
The agent.
|
| Constructor and Description |
|---|
IntermediateResultProviderAgent() |
| Modifier and Type | Method and Description |
|---|---|
jadex.commons.future.IIntermediateFuture<java.lang.String> |
getResults(long delay,
int max)
Get the results.
|
public jadex.commons.future.IIntermediateFuture<java.lang.String> getResults(long delay,
int max)
getResults in interface IIntermediateResultServicedelay - The delay that is waited between intermediate results.max - The number of intermediate results that will be returned.