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 SummaryFields Modifier and Type Field Description protected IComponentStep[]steps
 - 
Constructor SummaryConstructors Constructor Description StepChain(IComponentStep[] steps)StepChain(java.util.Collection steps)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Object[]>execute(IInternalAccess ia)Execute the command.
 
- 
- 
- 
Field Detail- 
stepsprotected IComponentStep[] steps 
 
- 
 - 
Constructor Detail- 
StepChainpublic StepChain(IComponentStep[] steps) 
 - 
StepChainpublic StepChain(java.util.Collection steps) 
 
- 
 - 
Method Detail- 
executepublic IFuture<java.lang.Object[]> execute(IInternalAccess ia) Description copied from interface:IComponentStepExecute the command.- Specified by:
- executein interface- IComponentStep<java.lang.Object[]>
- Returns:
- The result of the command.
 
 
- 
 
-