@Deprecated
public interface StatePackage
StateFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
StatePackage.Literals
Deprecated.
replaced by org.eclipse.modisco.workflow.mwe, cf.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337969
|
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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'. |
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final StatePackage eINSTANCE
static final int WORKFLOW_STATE
Workflow State' class.
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 Valuesstatic final int WORKFLOW_STATE_FEATURE_COUNT
static final int WORKFLOW_IDLE_STATE
Workflow Idle State' class.
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 Valuesstatic final int WORKFLOW_IDLE_STATE_FEATURE_COUNT
static final int WORKFLOW_RUNNING_STATE
Workflow Running State' class.
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 Valuesstatic final int WORKFLOW_RUNNING_STATE_FEATURE_COUNT
static final int WORKFLOW_DONE_STATE
Workflow Done State' class.
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 Valuesstatic final int WORKFLOW_DONE_STATE_FEATURE_COUNT
static final int WORKFLOW_SUCCESS_STATE
Workflow Success State' class.
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 Valuesstatic final int WORKFLOW_SUCCESS_STATE_FEATURE_COUNT
static final int WORKFLOW_FAILED_STATE
Workflow Failed State' class.
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 Valuesstatic final int WORKFLOW_FAILED_STATE_FEATURE_COUNT
static final int WORKFLOW_ERROR_STATE
Workflow Error State' class.
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 Valuesstatic final int WORKFLOW_ERROR_STATE_FEATURE_COUNT
EClass getWorkflowState()
Workflow State'.
WorkflowStateEClass getWorkflowIdleState()
Workflow Idle State'.
WorkflowIdleStateEClass getWorkflowRunningState()
Workflow Running State'.
WorkflowRunningStateEClass getWorkflowDoneState()
Workflow Done State'.
WorkflowDoneStateEClass getWorkflowSuccessState()
Workflow Success State'.
WorkflowSuccessStateEClass getWorkflowFailedState()
Workflow Failed State'.
WorkflowFailedStateEClass getWorkflowErrorState()
Workflow Error State'.
WorkflowErrorStateStateFactory getStateFactory()