public interface ITransformationStep
Modifier and Type | Method and Description |
---|---|
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
|
void |
initialize(org.eclipse.emf.mwe2.runtime.workflow.IWorkflowContext ctx)
In this method the transformation step can be initialized.
|
void initialize(org.eclipse.emf.mwe2.runtime.workflow.IWorkflowContext ctx)
ctx
- The context of the workflow, which can contain various workflow-specific resources.void execute()
void dispose()