org.eclipse.gmt.modisco.workflow.mwe.workflow
Interface WorkflowComponentProxy

All Superinterfaces:
WorkflowComponent

Deprecated.

@Deprecated
public interface WorkflowComponentProxy
extends WorkflowComponent

A representation of the model object 'Component Proxy'.

The following features are supported:

See Also:
WorkflowPackage.getWorkflowComponentProxy()
Generated:
Model:

Method Summary
 WorkflowComponent getTargetComponent()
          Deprecated. Returns the value of the 'Target Component' reference.
 void setTargetComponent(WorkflowComponent value)
          Deprecated. Sets the value of the 'Target Component' reference.
 
Methods inherited from interface org.eclipse.gmt.modisco.workflow.mwe.workflow.WorkflowComponent
accept, getComponentOrchestrationStrategy, getDescription, getName, getType, logError, run, setComponentOrchestrationStrategy, setDescription, setName, setType, start
 

Method Detail

getTargetComponent

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

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

Returns:
the value of the 'Target Component' reference.
See Also:
setTargetComponent(WorkflowComponent), WorkflowPackage.getWorkflowComponentProxy_TargetComponent()
Generated:
Model:
required="true"

setTargetComponent

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

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