org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.state
Interface StateFactory


Deprecated.

@Deprecated
public interface StateFactory

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

See Also:
StatePackage
Generated:

Field Summary
static StateFactory eINSTANCE
          Deprecated. The singleton instance of the factory.
 
Method Summary
 WorkflowDoneState createWorkflowDoneState()
          Deprecated. Returns a new object of class 'Workflow Done State'.
 WorkflowErrorState createWorkflowErrorState()
          Deprecated. Returns a new object of class 'Workflow Error State'.
 WorkflowFailedState createWorkflowFailedState()
          Deprecated. Returns a new object of class 'Workflow Failed State'.
 WorkflowIdleState createWorkflowIdleState()
          Deprecated. Returns a new object of class 'Workflow Idle State'.
 WorkflowRunningState createWorkflowRunningState()
          Deprecated. Returns a new object of class 'Workflow Running State'.
 WorkflowSuccessState createWorkflowSuccessState()
          Deprecated. Returns a new object of class 'Workflow Success State'.
 StatePackage getStatePackage()
          Deprecated. Returns the package supported by this factory.
 

Field Detail

eINSTANCE

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

Generated:
Method Detail

createWorkflowIdleState

WorkflowIdleState createWorkflowIdleState()
Deprecated. 
Returns a new object of class 'Workflow Idle State'.

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

createWorkflowRunningState

WorkflowRunningState createWorkflowRunningState()
Deprecated. 
Returns a new object of class 'Workflow Running State'.

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

createWorkflowDoneState

WorkflowDoneState createWorkflowDoneState()
Deprecated. 
Returns a new object of class 'Workflow Done State'.

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

createWorkflowSuccessState

WorkflowSuccessState createWorkflowSuccessState()
Deprecated. 
Returns a new object of class 'Workflow Success State'.

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

createWorkflowFailedState

WorkflowFailedState createWorkflowFailedState()
Deprecated. 
Returns a new object of class 'Workflow Failed State'.

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

createWorkflowErrorState

WorkflowErrorState createWorkflowErrorState()
Deprecated. 
Returns a new object of class 'Workflow Error State'.

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

getStatePackage

StatePackage getStatePackage()
Deprecated. 
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated: