public class WhileLoop extends Sequence
| Modifier and Type | Field and Description |
|---|---|
protected IConditionProvider |
condition |
| Constructor and Description |
|---|
WhileLoop() |
| Modifier and Type | Method and Description |
|---|---|
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 |
setCondition(IConditionProvider condition) |
protected IConditionProvider condition
public void execute()
ITransformationStepexecute in interface ITransformationStepexecute in class Sequencepublic void initialize(org.eclipse.emf.mwe2.runtime.workflow.IWorkflowContext ctx)
ITransformationStepinitialize in interface ITransformationStepinitialize in class Sequencectx - The context of the workflow, which can contain various workflow-specific resources.public void setCondition(IConditionProvider condition)