org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime
Interface WorkflowEngine

All Superinterfaces:
java.lang.Runnable
All Known Subinterfaces:
WorkflowEngineProxy

Deprecated.

@Deprecated
public interface WorkflowEngine
extends java.lang.Runnable

A representation of the model object 'Workflow Engine'.

The following features are supported:

See Also:
RuntimePackage.getWorkflowEngine()
Generated:
Model:
superTypes="org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.WorkflowRunnable"

Method Summary
 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.
 

Method Detail

getWorkflow

WorkflowComponent getWorkflow()
Deprecated. 
Returns the value of the 'Workflow' reference.

If the meaning of the 'Workflow' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Workflow' reference.
See Also:
setWorkflow(WorkflowComponent), RuntimePackage.getWorkflowEngine_Workflow()
Generated:
Model:
required="true"

setWorkflow

void setWorkflow(WorkflowComponent value)
Deprecated. 
Sets the value of the 'Workflow' reference.

Parameters:
value - the new value of the 'Workflow' reference.
See Also:
getWorkflow()
Generated:

getContext

WorkflowContext getContext()
Deprecated. 
Returns the value of the 'Context' containment reference.

If the meaning of the 'Context' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Context' containment reference.
See Also:
setContext(WorkflowContext), RuntimePackage.getWorkflowEngine_Context()
Generated:
Model:
containment="true" required="true"

setContext

void setContext(WorkflowContext value)
Deprecated. 
Sets the value of the 'Context' containment reference.

Parameters:
value - the new value of the 'Context' containment reference.
See Also:
getContext()
Generated:

getEngines

 getEngines()
Deprecated. 
Returns the value of the 'Engines' containment reference list. The list contents are of type WorkflowEngine.

If the meaning of the 'Engines' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Engines' containment reference list.
See Also:
RuntimePackage.getWorkflowEngine_Engines()
Generated:
Model:
containment="true"

run

void run()
Deprecated. 

Specified by:
run in interface java.lang.Runnable
Generated:
Model:

reset

void reset()
Deprecated. 

Generated:
Model: