public static class MicroAgentInterpreter.StepInfo extends Object
Constructor and Description |
---|
MicroAgentInterpreter.StepInfo(IComponentStep<?> step,
Future<?> future,
ServiceCall call,
Cause cause)
Create a new StepInfo.
|
Modifier and Type | Method and Description |
---|---|
ServiceCall |
getCall()
Get the call.
|
Cause |
getCause()
Get the cause.
|
Future<?> |
getFuture()
Get the future.
|
IComponentStep<?> |
getStep()
Get the step.
|
void |
setCall(ServiceCall call)
Set the call.
|
void |
setCause(Cause cause)
Set the cause.
|
void |
setFuture(Future<?> future)
Set the future.
|
void |
setStep(IComponentStep<?> step)
Set the step.
|
public MicroAgentInterpreter.StepInfo(IComponentStep<?> step, Future<?> future, ServiceCall call, Cause cause)
public IComponentStep<?> getStep()
public void setStep(IComponentStep<?> step)
step
- The step to set.public Future<?> getFuture()
public void setFuture(Future<?> future)
future
- The future to set.public ServiceCall getCall()
public void setCall(ServiceCall call)
call
- The call to set.public Cause getCause()
public void setCause(Cause cause)
cause
- The cause to set.Copyright © 2013. All Rights Reserved.