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

All Superinterfaces:
java.lang.Runnable, WorkflowEngine

Deprecated.

@Deprecated
public interface WorkflowEngineProxy
extends WorkflowEngine

A representation of the model object 'Workflow Engine Proxy'.

The following features are supported:

See Also:
RuntimePackage.getWorkflowEngineProxy()
Generated:
Model:

Method Summary
 WorkflowEngine getTargetEngine()
          Deprecated. Returns the value of the 'Target Engine' reference.
 void setTargetEngine(WorkflowEngine value)
          Deprecated. Sets the value of the 'Target Engine' reference.
 
Methods inherited from interface org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.WorkflowEngine
getContext, getEngines, getWorkflow, reset, run, setContext, setWorkflow
 

Method Detail

getTargetEngine

WorkflowEngine getTargetEngine()
Deprecated. 
Returns the value of the 'Target Engine' reference.

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

Returns:
the value of the 'Target Engine' reference.
See Also:
setTargetEngine(WorkflowEngine), RuntimePackage.getWorkflowEngineProxy_TargetEngine()
Generated:
Model:
required="true"

setTargetEngine

void setTargetEngine(WorkflowEngine value)
Deprecated. 
Sets the value of the 'Target Engine' reference.

Parameters:
value - the new value of the 'Target Engine' reference.
See Also:
getTargetEngine()
Generated: