|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface StatePackage
The Package for the model. It contains accessors for the meta objects to represent
StateFactory
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 |
---|
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
Method Detail |
---|
EClass getWorkflowState()
Workflow State
'.
WorkflowState
EClass getWorkflowIdleState()
Workflow Idle State
'.
WorkflowIdleState
EClass getWorkflowRunningState()
Workflow Running State
'.
WorkflowRunningState
EClass getWorkflowDoneState()
Workflow Done State
'.
WorkflowDoneState
EClass getWorkflowSuccessState()
Workflow Success State
'.
WorkflowSuccessState
EClass getWorkflowFailedState()
Workflow Failed State
'.
WorkflowFailedState
EClass getWorkflowErrorState()
Workflow Error State
'.
WorkflowErrorState
StateFactory getStateFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |