@Deprecated
public interface WorkflowEngine
extends java.lang.Runnable
The following features are supported:
RuntimePackage.getWorkflowEngine()| Modifier and Type | Method and Description |
|---|---|
WorkflowContext |
getContext()
Deprecated.
Returns the value of the 'Context' containment reference.
|
|
getEngines()
Deprecated.
Returns the value of the 'Engines' containment reference list.
|
WorkflowComponent |
getWorkflow()
Deprecated.
Returns the value of the 'Workflow' reference.
|
void |
reset()
Deprecated.
|
void |
run()
Deprecated.
|
void |
setContext(WorkflowContext value)
Deprecated.
Sets the value of the '
Context' containment reference. |
void |
setWorkflow(WorkflowComponent value)
Deprecated.
Sets the value of the '
Workflow' reference. |
WorkflowComponent getWorkflow()
If the meaning of the 'Workflow' reference isn't clear, there really should be more of a description here...
setWorkflow(WorkflowComponent),
RuntimePackage.getWorkflowEngine_Workflow()void setWorkflow(WorkflowComponent value)
Workflow' reference.
value - the new value of the 'Workflow' reference.getWorkflow()WorkflowContext getContext()
If the meaning of the 'Context' containment reference isn't clear, there really should be more of a description here...
setContext(WorkflowContext),
RuntimePackage.getWorkflowEngine_Context()void setContext(WorkflowContext value)
Context' containment reference.
value - the new value of the 'Context' containment reference.getContext()getEngines()
WorkflowEngine.
If the meaning of the 'Engines' containment reference list isn't clear, there really should be more of a description here...
RuntimePackage.getWorkflowEngine_Engines()void run()
run in interface java.lang.Runnablevoid reset()