| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.workflow.mwe.workflow | |
| org.eclipse.gmt.modisco.workflow.mwe.workflow.util |
| Modifier and Type | Method and Description |
|---|---|
WorkflowParameterConnection |
WorkflowFactory.createWorkflowParameterConnection()
Deprecated.
Returns a new object of class 'Parameter Connection'.
|
WorkflowParameterConnection |
WorkflowParameter.getConnection()
Deprecated.
Returns the value of the 'Connection' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowParameter.setConnection(WorkflowParameterConnection value)
Deprecated.
Sets the value of the '
Connection' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
WorkflowSwitch.caseWorkflowParameterConnection(WorkflowParameterConnection object)
Deprecated.
Returns the result of interpreting the object as an instance of 'Parameter Connection'.
|