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


Deprecated.

@Deprecated
public interface WorkflowParameterConnection

A representation of the model object 'Parameter Connection'.

The following features are supported:

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

Method Summary
  getInputs()
          Deprecated. Returns the value of the 'Inputs' reference list.
 WorkflowParameter getOutput()
          Deprecated. Returns the value of the 'Output' reference.
 void setOutput(WorkflowParameter value)
          Deprecated. Sets the value of the 'Output' reference.
 

Method Detail

getOutput

WorkflowParameter getOutput()
Deprecated. 
Returns the value of the 'Output' reference.

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

Returns:
the value of the 'Output' reference.
See Also:
setOutput(WorkflowParameter), WorkflowPackage.getWorkflowParameterConnection_Output()
Generated:
Model:
required="true"

setOutput

void setOutput(WorkflowParameter value)
Deprecated. 
Sets the value of the 'Output' reference.

Parameters:
value - the new value of the 'Output' reference.
See Also:
getOutput()
Generated:

getInputs

 getInputs()
Deprecated. 
Returns the value of the 'Inputs' reference list. The list contents are of type WorkflowParameter. It is bidirectional and its opposite is 'Connection'.

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

Returns:
the value of the 'Inputs' reference list.
See Also:
WorkflowPackage.getWorkflowParameterConnection_Inputs(), WorkflowParameter.getConnection()
Generated:
Model:
opposite="connection" required="true"