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


Deprecated.

@Deprecated
public interface WorkflowFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
WorkflowPackage
Generated:

Field Summary
static WorkflowFactory eINSTANCE
          Deprecated. The singleton instance of the factory.
 
Method Summary
 Workflow createWorkflow()
          Deprecated. Returns a new object of class 'Workflow'.
 WorkflowComponentMinimalist createWorkflowComponentMinimalist()
          Deprecated. Returns a new object of class 'Component Minimalist'.
 WorkflowComponentProxy createWorkflowComponentProxy()
          Deprecated. Returns a new object of class 'Component Proxy'.
 WorkflowCompositeComponent createWorkflowCompositeComponent()
          Deprecated. Returns a new object of class 'Composite Component'.
 WorkflowParameter createWorkflowParameter()
          Deprecated. Returns a new object of class 'Parameter'.
 WorkflowParameterConnection createWorkflowParameterConnection()
          Deprecated. Returns a new object of class 'Parameter Connection'.
 WorkflowParameterSimpleValueStrategy createWorkflowParameterSimpleValueStrategy()
          Deprecated. Returns a new object of class 'Parameter Simple Value Strategy'.
 WorkflowParameterValueStrategy createWorkflowParameterValueStrategy()
          Deprecated. Returns a new object of class 'Parameter Value Strategy'.
 WorkflowUnitOfWork createWorkflowUnitOfWork()
          Deprecated. Returns a new object of class 'Unit Of Work'.
 WorkflowPackage getWorkflowPackage()
          Deprecated. Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final WorkflowFactory eINSTANCE
Deprecated. 
The singleton instance of the factory.

Generated:
Method Detail

createWorkflow

Workflow createWorkflow()
Deprecated. 
Returns a new object of class 'Workflow'.

Returns:
a new object of class 'Workflow'.
Generated:

createWorkflowCompositeComponent

WorkflowCompositeComponent createWorkflowCompositeComponent()
Deprecated. 
Returns a new object of class 'Composite Component'.

Returns:
a new object of class 'Composite Component'.
Generated:

createWorkflowUnitOfWork

WorkflowUnitOfWork createWorkflowUnitOfWork()
Deprecated. 
Returns a new object of class 'Unit Of Work'.

Returns:
a new object of class 'Unit Of Work'.
Generated:

createWorkflowParameter

WorkflowParameter createWorkflowParameter()
Deprecated. 
Returns a new object of class 'Parameter'.

Returns:
a new object of class 'Parameter'.
Generated:

createWorkflowParameterValueStrategy

WorkflowParameterValueStrategy createWorkflowParameterValueStrategy()
Deprecated. 
Returns a new object of class 'Parameter Value Strategy'.

Returns:
a new object of class 'Parameter Value Strategy'.
Generated:

createWorkflowParameterConnection

WorkflowParameterConnection createWorkflowParameterConnection()
Deprecated. 
Returns a new object of class 'Parameter Connection'.

Returns:
a new object of class 'Parameter Connection'.
Generated:

createWorkflowParameterSimpleValueStrategy

WorkflowParameterSimpleValueStrategy createWorkflowParameterSimpleValueStrategy()
Deprecated. 
Returns a new object of class 'Parameter Simple Value Strategy'.

Returns:
a new object of class 'Parameter Simple Value Strategy'.
Generated:

createWorkflowComponentProxy

WorkflowComponentProxy createWorkflowComponentProxy()
Deprecated. 
Returns a new object of class 'Component Proxy'.

Returns:
a new object of class 'Component Proxy'.
Generated:

createWorkflowComponentMinimalist

WorkflowComponentMinimalist createWorkflowComponentMinimalist()
Deprecated. 
Returns a new object of class 'Component Minimalist'.

Returns:
a new object of class 'Component Minimalist'.
Generated:

getWorkflowPackage

WorkflowPackage getWorkflowPackage()
Deprecated. 
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated: