public class Sequence extends java.lang.Object implements ITransformationStep, ICompositeStep
| Constructor and Description |
|---|
Sequence() |
| Modifier and Type | Method and Description |
|---|---|
void |
addStep(ITransformationStep step)
Via this method ITransformationStep objects can be added to the composite step.
|
void |
dispose()
If the transformation step contains any resources that need to be disposed of, it can be done here.
|
void |
execute()
Defines the added functionality of the ITransformationStep object
|
java.util.List<ITransformationStep> |
getStep()
Via this method ITransformationStep objects can be queried.
|
void |
initialize(org.eclipse.emf.mwe2.runtime.workflow.IWorkflowContext ctx)
In this method the transformation step can be initialized.
|
public void addStep(ITransformationStep step)
ICompositeStepaddStep in interface ICompositeSteppublic java.util.List<ITransformationStep> getStep()
ICompositeStepgetStep in interface ICompositeSteppublic void initialize(org.eclipse.emf.mwe2.runtime.workflow.IWorkflowContext ctx)
ITransformationStepinitialize in interface ITransformationStepctx - The context of the workflow, which can contain various workflow-specific resources.public void execute()
ITransformationStepexecute in interface ITransformationSteppublic void dispose()
ITransformationStepdispose in interface ITransformationStep