|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface RuntimePackage.Literals
Defines literals for the meta objects that represent
Field Summary | |
---|---|
static EDataType |
EXECUTOR_SERVICE
The meta object literal for the 'Executor Service' data type. |
static EClass |
WORKFLOW_CONTEXT
The meta object literal for the ' Workflow Context ' class. |
static EReference |
WORKFLOW_CONTEXT__LOG
The meta object literal for the 'Log' map feature. |
static EAttribute |
WORKFLOW_CONTEXT__LOG_LEVEL
The meta object literal for the 'Log Level' attribute feature. |
static EReference |
WORKFLOW_CONTEXT__PARAMETERS
The meta object literal for the 'Parameters' map feature. |
static EReference |
WORKFLOW_CONTEXT__STATES
The meta object literal for the 'States' map feature. |
static EAttribute |
WORKFLOW_CONTEXT__THREAD_POOL
The meta object literal for the 'Thread Pool' attribute feature. |
static EClass |
WORKFLOW_ENGINE
The meta object literal for the ' Workflow Engine ' class. |
static EReference |
WORKFLOW_ENGINE__CONTEXT
The meta object literal for the 'Context' containment reference feature. |
static EReference |
WORKFLOW_ENGINE__ENGINES
The meta object literal for the 'Engines' containment reference list feature. |
static EReference |
WORKFLOW_ENGINE__WORKFLOW
The meta object literal for the 'Workflow' reference feature. |
static EClass |
WORKFLOW_ENGINE_PROXY
The meta object literal for the ' Workflow Engine Proxy ' class. |
static EReference |
WORKFLOW_ENGINE_PROXY__TARGET_ENGINE
The meta object literal for the 'Target Engine' reference feature. |
static EClass |
WORKFLOW_LOG
The meta object literal for the ' Workflow Log ' class. |
static EReference |
WORKFLOW_LOG__DEBUGS
The meta object literal for the 'Debugs' containment reference list feature. |
static EAttribute |
WORKFLOW_LOG__ENTRIES
The meta object literal for the 'Entries' attribute list feature. |
static EReference |
WORKFLOW_LOG__ERRORS
The meta object literal for the 'Errors' containment reference list feature. |
static EReference |
WORKFLOW_LOG__INFOS
The meta object literal for the 'Infos' containment reference list feature. |
static EAttribute |
WORKFLOW_LOG__LOG_LEVEL
The meta object literal for the 'Log Level' attribute feature. |
static EReference |
WORKFLOW_LOG__WARNINGS
The meta object literal for the 'Warnings' containment reference list feature. |
static EClass |
WORKFLOW_LOG_ENTRY
The meta object literal for the ' Workflow Log Entry ' class. |
static EAttribute |
WORKFLOW_LOG_ENTRY__MESSAGE
The meta object literal for the 'Message' attribute feature. |
static EAttribute |
WORKFLOW_LOG_ENTRY__TIMESTAMP
The meta object literal for the 'Timestamp' attribute feature. |
static EAttribute |
WORKFLOW_LOG_ENTRY__TYPE
The meta object literal for the 'Type' attribute feature. |
static EEnum |
WORKFLOW_LOG_ENTRY_TYPE
The meta object literal for the ' Workflow Log Entry Type ' enum. |
static EClass |
WORKFLOW_LOG_MAP
The meta object literal for the ' Workflow Log Map ' class. |
static EReference |
WORKFLOW_LOG_MAP__KEY
The meta object literal for the 'Key' reference feature. |
static EReference |
WORKFLOW_LOG_MAP__VALUE
The meta object literal for the 'Value' containment reference feature. |
static EClass |
WORKFLOW_LOG_RESETTER
The meta object literal for the ' Workflow Log Resetter ' class. |
static EReference |
WORKFLOW_LOG_RESETTER__CONTEXT
The meta object literal for the 'Context' reference feature. |
static EClass |
WORKFLOW_PARAMETER_MAP
The meta object literal for the ' Workflow Parameter Map ' class. |
static EReference |
WORKFLOW_PARAMETER_MAP__KEY
The meta object literal for the 'Key' reference feature. |
static EReference |
WORKFLOW_PARAMETER_MAP__VALUE
The meta object literal for the 'Value' containment reference feature. |
static EClass |
WORKFLOW_RUNNABLE
The meta object literal for the ' Workflow Runnable ' class. |
static EClass |
WORKFLOW_RUNNER
The meta object literal for the ' Workflow Runner ' class. |
static EReference |
WORKFLOW_RUNNER__COMPONENT
The meta object literal for the 'Component' reference feature. |
static EReference |
WORKFLOW_RUNNER__CONTEXT
The meta object literal for the 'Context' reference feature. |
static EClass |
WORKFLOW_STATE_MAP
The meta object literal for the ' Workflow State Map ' class. |
static EReference |
WORKFLOW_STATE_MAP__KEY
The meta object literal for the 'Key' reference feature. |
static EReference |
WORKFLOW_STATE_MAP__VALUE
The meta object literal for the 'Value' containment reference feature. |
static EClass |
WORKFLOW_STATE_RESETTER
The meta object literal for the ' Workflow State Resetter ' class. |
static EReference |
WORKFLOW_STATE_RESETTER__CONTEXT
The meta object literal for the 'Context' reference feature. |
static EClass |
WORKFLOW_STATE_RESOLUTION_STRATEGY
The meta object literal for the ' Workflow State Resolution Strategy ' class. |
Field Detail |
---|
static final EClass WORKFLOW_CONTEXT
Workflow Context
' class.
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowContextImpl
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowContext()
static final EReference WORKFLOW_CONTEXT__PARAMETERS
static final EAttribute WORKFLOW_CONTEXT__THREAD_POOL
static final EReference WORKFLOW_CONTEXT__STATES
static final EReference WORKFLOW_CONTEXT__LOG
static final EAttribute WORKFLOW_CONTEXT__LOG_LEVEL
static final EClass WORKFLOW_ENGINE
Workflow Engine
' class.
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowEngineImpl
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowEngine()
static final EReference WORKFLOW_ENGINE__WORKFLOW
static final EReference WORKFLOW_ENGINE__CONTEXT
static final EReference WORKFLOW_ENGINE__ENGINES
static final EClass WORKFLOW_STATE_MAP
Workflow State Map
' class.
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowStateMapImpl
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowStateMap()
static final EReference WORKFLOW_STATE_MAP__KEY
static final EReference WORKFLOW_STATE_MAP__VALUE
static final EClass WORKFLOW_PARAMETER_MAP
Workflow Parameter Map
' class.
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowParameterMapImpl
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowParameterMap()
static final EReference WORKFLOW_PARAMETER_MAP__KEY
static final EReference WORKFLOW_PARAMETER_MAP__VALUE
static final EClass WORKFLOW_STATE_RESOLUTION_STRATEGY
Workflow State Resolution Strategy
' class.
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowStateResolutionStrategyImpl
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowStateResolutionStrategy()
static final EClass WORKFLOW_RUNNABLE
Workflow Runnable
' class.
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowRunnableImpl
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowRunnable()
static final EClass WORKFLOW_RUNNER
Workflow Runner
' class.
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowRunnerImpl
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowRunner()
static final EReference WORKFLOW_RUNNER__CONTEXT
static final EReference WORKFLOW_RUNNER__COMPONENT
static final EClass WORKFLOW_STATE_RESETTER
Workflow State Resetter
' class.
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowStateResetterImpl
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowStateResetter()
static final EReference WORKFLOW_STATE_RESETTER__CONTEXT
static final EClass WORKFLOW_LOG
Workflow Log
' class.
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowLogImpl
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowLog()
static final EAttribute WORKFLOW_LOG__ENTRIES
static final EReference WORKFLOW_LOG__ERRORS
static final EReference WORKFLOW_LOG__WARNINGS
static final EReference WORKFLOW_LOG__INFOS
static final EReference WORKFLOW_LOG__DEBUGS
static final EAttribute WORKFLOW_LOG__LOG_LEVEL
static final EClass WORKFLOW_LOG_ENTRY
Workflow Log Entry
' class.
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowLogEntryImpl
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowLogEntry()
static final EAttribute WORKFLOW_LOG_ENTRY__TYPE
static final EAttribute WORKFLOW_LOG_ENTRY__TIMESTAMP
static final EAttribute WORKFLOW_LOG_ENTRY__MESSAGE
static final EClass WORKFLOW_LOG_MAP
Workflow Log Map
' class.
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowLogMapImpl
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowLogMap()
static final EReference WORKFLOW_LOG_MAP__KEY
static final EReference WORKFLOW_LOG_MAP__VALUE
static final EClass WORKFLOW_LOG_RESETTER
Workflow Log Resetter
' class.
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowLogResetterImpl
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowLogResetter()
static final EReference WORKFLOW_LOG_RESETTER__CONTEXT
static final EClass WORKFLOW_ENGINE_PROXY
Workflow Engine Proxy
' class.
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowEngineProxyImpl
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowEngineProxy()
static final EReference WORKFLOW_ENGINE_PROXY__TARGET_ENGINE
static final EEnum WORKFLOW_LOG_ENTRY_TYPE
Workflow Log Entry Type
' enum.
WorkflowLogEntryType
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowLogEntryType()
static final EDataType EXECUTOR_SERVICE
ExecutorService
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getExecutorService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |