org.eclipse.gmt.modisco.workflow.modiscoworkflow
Interface ModiscoworkflowFactory


Deprecated.

@Deprecated
public interface ModiscoworkflowFactory

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

See Also:
ModiscoworkflowPackage
Generated:

Field Summary
static ModiscoworkflowFactory eINSTANCE
          Deprecated.  
 
Method Summary
 ExportInfos createExportInfos()
          Deprecated.  
 Work createWork()
          Deprecated.  
 Workflow createWorkflow()
          Deprecated.  
 WorkParameter createWorkParameter()
          Deprecated.  
 WorkParameterBooleanValue createWorkParameterBooleanValue()
          Deprecated.  
 WorkParameterIntegerValue createWorkParameterIntegerValue()
          Deprecated.  
 WorkParameterMapValue createWorkParameterMapValue()
          Deprecated.  
 WorkParameterStringListValue createWorkParameterStringListValue()
          Deprecated.  
 WorkParameterStringValue createWorkParameterStringValue()
          Deprecated.  
 ModiscoworkflowPackage getModiscoworkflowPackage()
          Deprecated.  
 

Field Detail

eINSTANCE

@Deprecated
static final ModiscoworkflowFactory eINSTANCE
Deprecated. 
The singleton instance of the factory.

Generated:
Method Detail

createWorkflow

@Deprecated
Workflow createWorkflow()
Deprecated. 

Returns a new object of class 'Workflow'.

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

createWork

@Deprecated
Work createWork()
Deprecated. 

Returns a new object of class 'Work'.

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

createWorkParameter

@Deprecated
WorkParameter createWorkParameter()
Deprecated. 

Returns a new object of class 'Work Parameter'.

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

createWorkParameterStringValue

@Deprecated
WorkParameterStringValue createWorkParameterStringValue()
Deprecated. 

Returns a new object of class 'Work Parameter String Value'.

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

createWorkParameterStringListValue

@Deprecated
WorkParameterStringListValue createWorkParameterStringListValue()
Deprecated. 

Returns a new object of class 'Work Parameter String List Value'.

Returns:
a new object of class 'Work Parameter String List Value'.
Generated:

createWorkParameterBooleanValue

@Deprecated
WorkParameterBooleanValue createWorkParameterBooleanValue()
Deprecated. 

Returns a new object of class 'Work Parameter Boolean Value'.

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

createWorkParameterIntegerValue

@Deprecated
WorkParameterIntegerValue createWorkParameterIntegerValue()
Deprecated. 

Returns a new object of class 'Work Parameter Integer Value'.

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

createWorkParameterMapValue

@Deprecated
WorkParameterMapValue createWorkParameterMapValue()
Deprecated. 

Returns a new object of class 'Work Parameter Map Value'.

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

createExportInfos

@Deprecated
ExportInfos createExportInfos()
Deprecated. 

Returns a new object of class 'Export Infos'.

Returns:
a new object of class 'Export Infos'.
Generated:

getModiscoworkflowPackage

@Deprecated
ModiscoworkflowPackage getModiscoworkflowPackage()
Deprecated. 

Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated: