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

All Superinterfaces:
java.lang.Runnable

Deprecated.

@Deprecated
public interface WorkflowRunner
extends java.lang.Runnable

A representation of the model object 'Workflow Runner'.

The following features are supported:

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

Method Summary
 WorkflowComponent getComponent()
          Deprecated. Returns the value of the 'Component' reference.
 WorkflowContext getContext()
          Deprecated. Returns the value of the 'Context' reference.
 void run()
          Deprecated.  
 void setComponent(WorkflowComponent value)
          Deprecated. Sets the value of the 'Component' reference.
 void setContext(WorkflowContext value)
          Deprecated. Sets the value of the 'Context' reference.
 

Method Detail

getContext

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

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

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

setContext

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

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

getComponent

WorkflowComponent getComponent()
Deprecated. 
Returns the value of the 'Component' reference.

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

Returns:
the value of the 'Component' reference.
See Also:
setComponent(WorkflowComponent), RuntimePackage.getWorkflowRunner_Component()
Generated:
Model:
required="true"

setComponent

void setComponent(WorkflowComponent value)
Deprecated. 
Sets the value of the 'Component' reference.

Parameters:
value - the new value of the 'Component' reference.
See Also:
getComponent()
Generated:

run

void run()
Deprecated. 

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