Package jadex.bdi.planlib.iasteps
Class StepChain
- java.lang.Object
-
- jadex.bdi.planlib.iasteps.StepChain
-
- All Implemented Interfaces:
IComponentStep<java.lang.Object[]>
public class StepChain extends java.lang.Object implements IComponentStep<java.lang.Object[]>
-
-
Field Summary
Fields Modifier and Type Field Description protected IComponentStep[]
steps
-
Constructor Summary
Constructors Constructor Description StepChain(IComponentStep[] steps)
StepChain(java.util.Collection steps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Object[]>
execute(IInternalAccess ia)
Execute the command.
-
-
-
Field Detail
-
steps
protected IComponentStep[] steps
-
-
Constructor Detail
-
StepChain
public StepChain(IComponentStep[] steps)
-
StepChain
public StepChain(java.util.Collection steps)
-
-
Method Detail
-
execute
public IFuture<java.lang.Object[]> execute(IInternalAccess ia)
Description copied from interface:IComponentStep
Execute the command.- Specified by:
execute
in interfaceIComponentStep<java.lang.Object[]>
- Returns:
- The result of the command.
-
-