jadex.bdi.planlib.iasteps
Class StepChain

java.lang.Object
  extended by jadex.bdi.planlib.iasteps.StepChain
All Implemented Interfaces:
IComponentStep

public class StepChain
extends Object
implements IComponentStep


Field Summary
protected  IComponentStep[] steps
           
 
Constructor Summary
StepChain(Collection steps)
           
StepChain(IComponentStep[] steps)
           
 
Method Summary
 Object execute(IInternalAccess ia)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

steps

protected IComponentStep[] steps
Constructor Detail

StepChain

public StepChain(IComponentStep[] steps)

StepChain

public StepChain(Collection steps)
Method Detail

execute

public Object execute(IInternalAccess ia)
Specified by:
execute in interface IComponentStep


Copyright © 2010. All Rights Reserved.