public class StepAgent extends java.lang.Object implements IStepService
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInternalAccess |
agent
The agent.
|
protected IBlockService |
block
The blocking service.
|
Constructor and Description |
---|
StepAgent() |
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IIntermediateFuture<java.lang.Integer> |
performSteps(int steps,
long millis)
Perform some steps and block some milliseconds in between.
|
jadex.commons.future.ISubscriptionIntermediateFuture<java.lang.Integer> |
subscribeToSteps(long millis)
Perform periodical steps and block some milliseconds in between.
|
protected jadex.bridge.IInternalAccess agent
protected IBlockService block
public jadex.commons.future.IIntermediateFuture<java.lang.Integer> performSteps(int steps, long millis)
performSteps
in interface IStepService
public jadex.commons.future.ISubscriptionIntermediateFuture<java.lang.Integer> subscribeToSteps(long millis)
subscribeToSteps
in interface IStepService