public class ExecutePlanStepAction extends java.lang.Object implements IConditionalComponentStep<java.lang.Void>
Modifier and Type | Field and Description |
---|---|
protected RPlan |
rplan
The plan.
|
Constructor and Description |
---|
ExecutePlanStepAction(RPlan rplan)
Create a new action.
|
Modifier and Type | Method and Description |
---|---|
protected IFuture<java.lang.Boolean> |
checkContextCondition()
Check the context condition.
|
IFuture<java.lang.Void> |
execute(IInternalAccess ia)
Execute the command.
|
RPlan |
getRPlan()
Get the rplan.
|
boolean |
isValid()
Test if the action is valid.
|
java.lang.String |
toString()
Return a string.
|
public ExecutePlanStepAction(RPlan rplan)
public boolean isValid()
isValid
in interface IConditionalComponentStep<java.lang.Void>
public IFuture<java.lang.Void> execute(IInternalAccess ia)
execute
in interface IComponentStep<java.lang.Void>
args
- The argument(s) for the call.public RPlan getRPlan()
protected IFuture<java.lang.Boolean> checkContextCondition()
public java.lang.String toString()
toString
in class java.lang.Object