public class TransformationChain extends java.lang.Object implements org.eclipse.emf.mwe2.runtime.workflow.IWorkflowComponent, ICompositeStep
| Constructor and Description |
|---|
TransformationChain() |
| Modifier and Type | Method and Description |
|---|---|
void |
addStep(ITransformationStep step)
Via this method ITransformationStep objects can be added to the composite step.
|
java.util.List<ITransformationStep> |
getStep()
Via this method ITransformationStep objects can be queried.
|
void |
invoke(org.eclipse.emf.mwe2.runtime.workflow.IWorkflowContext ctx)
Upon being invoked by the MWE runner, the transformation chain will initialize its
subcomponents and execute them as well.
|
void |
postInvoke()
After it is invoked, it disposes all of the subcomponents.
|
void |
preInvoke() |
public void invoke(org.eclipse.emf.mwe2.runtime.workflow.IWorkflowContext ctx)
invoke in interface org.eclipse.emf.mwe2.runtime.workflow.IWorkflowComponentpublic void postInvoke()
postInvoke in interface org.eclipse.emf.mwe2.runtime.workflow.IWorkflowComponentpublic void preInvoke()
preInvoke in interface org.eclipse.emf.mwe2.runtime.workflow.IWorkflowComponentpublic void addStep(ITransformationStep step)
ICompositeStepaddStep in interface ICompositeSteppublic java.util.List<ITransformationStep> getStep()
ICompositeStepgetStep in interface ICompositeStep