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


Deprecated.

@Deprecated
public interface StatePackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
StateFactory
Generated:
Model:
kind="package"

Nested Class Summary
static interface StatePackage.Literals
          Deprecated. Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Field Summary
static StatePackage eINSTANCE
          Deprecated. The singleton instance of the package.
static java.lang.String eNAME
          Deprecated. The package name.
static java.lang.String eNS_PREFIX
          Deprecated. The package namespace name.
static java.lang.String eNS_URI
          Deprecated. The package namespace URI.
static int WORKFLOW_DONE_STATE
          Deprecated. The meta object id for the 'Workflow Done State' class.
static int WORKFLOW_DONE_STATE_FEATURE_COUNT
          Deprecated. The number of structural features of the 'Workflow Done State' class.
static int WORKFLOW_ERROR_STATE
          Deprecated. The meta object id for the 'Workflow Error State' class.
static int WORKFLOW_ERROR_STATE_FEATURE_COUNT
          Deprecated. The number of structural features of the 'Workflow Error State' class.
static int WORKFLOW_FAILED_STATE
          Deprecated. The meta object id for the 'Workflow Failed State' class.
static int WORKFLOW_FAILED_STATE_FEATURE_COUNT
          Deprecated. The number of structural features of the 'Workflow Failed State' class.
static int WORKFLOW_IDLE_STATE
          Deprecated. The meta object id for the 'Workflow Idle State' class.
static int WORKFLOW_IDLE_STATE_FEATURE_COUNT
          Deprecated. The number of structural features of the 'Workflow Idle State' class.
static int WORKFLOW_RUNNING_STATE
          Deprecated. The meta object id for the 'Workflow Running State' class.
static int WORKFLOW_RUNNING_STATE_FEATURE_COUNT
          Deprecated. The number of structural features of the 'Workflow Running State' class.
static int WORKFLOW_STATE
          Deprecated. The meta object id for the 'Workflow State' class.
static int WORKFLOW_STATE_FEATURE_COUNT
          Deprecated. The number of structural features of the 'Workflow State' class.
static int WORKFLOW_SUCCESS_STATE
          Deprecated. The meta object id for the 'Workflow Success State' class.
static int WORKFLOW_SUCCESS_STATE_FEATURE_COUNT
          Deprecated. The number of structural features of the 'Workflow Success State' class.
 
Method Summary
 StateFactory getStateFactory()
          Deprecated. Returns the factory that creates the instances of the model.
 EClass getWorkflowDoneState()
          Deprecated. Returns the meta object for class 'Workflow Done State'.
 EClass getWorkflowErrorState()
          Deprecated. Returns the meta object for class 'Workflow Error State'.
 EClass getWorkflowFailedState()
          Deprecated. Returns the meta object for class 'Workflow Failed State'.
 EClass getWorkflowIdleState()
          Deprecated. Returns the meta object for class 'Workflow Idle State'.
 EClass getWorkflowRunningState()
          Deprecated. Returns the meta object for class 'Workflow Running State'.
 EClass getWorkflowState()
          Deprecated. Returns the meta object for class 'Workflow State'.
 EClass getWorkflowSuccessState()
          Deprecated. Returns the meta object for class 'Workflow Success State'.
 

Field Detail

eNAME

static final java.lang.String eNAME
Deprecated. 
The package name.

See Also:
Constant Field Values
Generated:

eNS_URI

static final java.lang.String eNS_URI
Deprecated. 
The package namespace URI.

See Also:
Constant Field Values
Generated:

eNS_PREFIX

static final java.lang.String eNS_PREFIX
Deprecated. 
The package namespace name.

See Also:
Constant Field Values
Generated:

eINSTANCE

static final StatePackage eINSTANCE
Deprecated. 
The singleton instance of the package.

Generated:

WORKFLOW_STATE

static final int WORKFLOW_STATE
Deprecated. 
The meta object id for the 'Workflow State' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.state.impl.WorkflowStateImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.state.impl.StatePackageImpl#getWorkflowState(), Constant Field Values
Generated:

WORKFLOW_STATE_FEATURE_COUNT

static final int WORKFLOW_STATE_FEATURE_COUNT
Deprecated. 
The number of structural features of the 'Workflow State' class.

See Also:
Constant Field Values
Generated:
Ordered:

WORKFLOW_IDLE_STATE

static final int WORKFLOW_IDLE_STATE
Deprecated. 
The meta object id for the 'Workflow Idle State' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.state.impl.WorkflowIdleStateImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.state.impl.StatePackageImpl#getWorkflowIdleState(), Constant Field Values
Generated:

WORKFLOW_IDLE_STATE_FEATURE_COUNT

static final int WORKFLOW_IDLE_STATE_FEATURE_COUNT
Deprecated. 
The number of structural features of the 'Workflow Idle State' class.

See Also:
Constant Field Values
Generated:
Ordered:

WORKFLOW_RUNNING_STATE

static final int WORKFLOW_RUNNING_STATE
Deprecated. 
The meta object id for the 'Workflow Running State' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.state.impl.WorkflowRunningStateImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.state.impl.StatePackageImpl#getWorkflowRunningState(), Constant Field Values
Generated:

WORKFLOW_RUNNING_STATE_FEATURE_COUNT

static final int WORKFLOW_RUNNING_STATE_FEATURE_COUNT
Deprecated. 
The number of structural features of the 'Workflow Running State' class.

See Also:
Constant Field Values
Generated:
Ordered:

WORKFLOW_DONE_STATE

static final int WORKFLOW_DONE_STATE
Deprecated. 
The meta object id for the 'Workflow Done State' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.state.impl.WorkflowDoneStateImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.state.impl.StatePackageImpl#getWorkflowDoneState(), Constant Field Values
Generated:

WORKFLOW_DONE_STATE_FEATURE_COUNT

static final int WORKFLOW_DONE_STATE_FEATURE_COUNT
Deprecated. 
The number of structural features of the 'Workflow Done State' class.

See Also:
Constant Field Values
Generated:
Ordered:

WORKFLOW_SUCCESS_STATE

static final int WORKFLOW_SUCCESS_STATE
Deprecated. 
The meta object id for the 'Workflow Success State' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.state.impl.WorkflowSuccessStateImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.state.impl.StatePackageImpl#getWorkflowSuccessState(), Constant Field Values
Generated:

WORKFLOW_SUCCESS_STATE_FEATURE_COUNT

static final int WORKFLOW_SUCCESS_STATE_FEATURE_COUNT
Deprecated. 
The number of structural features of the 'Workflow Success State' class.

See Also:
Constant Field Values
Generated:
Ordered:

WORKFLOW_FAILED_STATE

static final int WORKFLOW_FAILED_STATE
Deprecated. 
The meta object id for the 'Workflow Failed State' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.state.impl.WorkflowFailedStateImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.state.impl.StatePackageImpl#getWorkflowFailedState(), Constant Field Values
Generated:

WORKFLOW_FAILED_STATE_FEATURE_COUNT

static final int WORKFLOW_FAILED_STATE_FEATURE_COUNT
Deprecated. 
The number of structural features of the 'Workflow Failed State' class.

See Also:
Constant Field Values
Generated:
Ordered:

WORKFLOW_ERROR_STATE

static final int WORKFLOW_ERROR_STATE
Deprecated. 
The meta object id for the 'Workflow Error State' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.state.impl.WorkflowErrorStateImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.state.impl.StatePackageImpl#getWorkflowErrorState(), Constant Field Values
Generated:

WORKFLOW_ERROR_STATE_FEATURE_COUNT

static final int WORKFLOW_ERROR_STATE_FEATURE_COUNT
Deprecated. 
The number of structural features of the 'Workflow Error State' class.

See Also:
Constant Field Values
Generated:
Ordered:
Method Detail

getWorkflowState

EClass getWorkflowState()
Deprecated. 
Returns the meta object for class 'Workflow State'.

Returns:
the meta object for class 'Workflow State'.
See Also:
WorkflowState
Generated:

getWorkflowIdleState

EClass getWorkflowIdleState()
Deprecated. 
Returns the meta object for class 'Workflow Idle State'.

Returns:
the meta object for class 'Workflow Idle State'.
See Also:
WorkflowIdleState
Generated:

getWorkflowRunningState

EClass getWorkflowRunningState()
Deprecated. 
Returns the meta object for class 'Workflow Running State'.

Returns:
the meta object for class 'Workflow Running State'.
See Also:
WorkflowRunningState
Generated:

getWorkflowDoneState

EClass getWorkflowDoneState()
Deprecated. 
Returns the meta object for class 'Workflow Done State'.

Returns:
the meta object for class 'Workflow Done State'.
See Also:
WorkflowDoneState
Generated:

getWorkflowSuccessState

EClass getWorkflowSuccessState()
Deprecated. 
Returns the meta object for class 'Workflow Success State'.

Returns:
the meta object for class 'Workflow Success State'.
See Also:
WorkflowSuccessState
Generated:

getWorkflowFailedState

EClass getWorkflowFailedState()
Deprecated. 
Returns the meta object for class 'Workflow Failed State'.

Returns:
the meta object for class 'Workflow Failed State'.
See Also:
WorkflowFailedState
Generated:

getWorkflowErrorState

EClass getWorkflowErrorState()
Deprecated. 
Returns the meta object for class 'Workflow Error State'.

Returns:
the meta object for class 'Workflow Error State'.
See Also:
WorkflowErrorState
Generated:

getStateFactory

StateFactory getStateFactory()
Deprecated. 
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
Generated: