public class IntermediateResultAgent extends java.lang.Object implements IIntermediateResultsService
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInternalAccess |
agent
The agent.
|
Constructor and Description |
---|
IntermediateResultAgent() |
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IIntermediateFuture<java.lang.Integer> |
getResults(int number)
The method provides the integers 1..number as intermediate results.
|
public jadex.commons.future.IIntermediateFuture<java.lang.Integer> getResults(int number)
getResults
in interface IIntermediateResultsService