org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime
Interface RuntimePackage.Literals

Enclosing interface:
RuntimePackage

public static interface RuntimePackage.Literals

Defines literals for the meta objects that represent

Generated:

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

WORKFLOW_CONTEXT

static final EClass WORKFLOW_CONTEXT
The meta object literal for the 'Workflow Context' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowContextImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowContext()
Generated:

WORKFLOW_CONTEXT__PARAMETERS

static final EReference WORKFLOW_CONTEXT__PARAMETERS
The meta object literal for the 'Parameters' map feature.

Generated:

WORKFLOW_CONTEXT__THREAD_POOL

static final EAttribute WORKFLOW_CONTEXT__THREAD_POOL
The meta object literal for the 'Thread Pool' attribute feature.

Generated:

WORKFLOW_CONTEXT__STATES

static final EReference WORKFLOW_CONTEXT__STATES
The meta object literal for the 'States' map feature.

Generated:

WORKFLOW_CONTEXT__LOG

static final EReference WORKFLOW_CONTEXT__LOG
The meta object literal for the 'Log' map feature.

Generated:

WORKFLOW_CONTEXT__LOG_LEVEL

static final EAttribute WORKFLOW_CONTEXT__LOG_LEVEL
The meta object literal for the 'Log Level' attribute feature.

Generated:

WORKFLOW_ENGINE

static final EClass WORKFLOW_ENGINE
The meta object literal for the 'Workflow Engine' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowEngineImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowEngine()
Generated:

WORKFLOW_ENGINE__WORKFLOW

static final EReference WORKFLOW_ENGINE__WORKFLOW
The meta object literal for the 'Workflow' reference feature.

Generated:

WORKFLOW_ENGINE__CONTEXT

static final EReference WORKFLOW_ENGINE__CONTEXT
The meta object literal for the 'Context' containment reference feature.

Generated:

WORKFLOW_ENGINE__ENGINES

static final EReference WORKFLOW_ENGINE__ENGINES
The meta object literal for the 'Engines' containment reference list feature.

Generated:

WORKFLOW_STATE_MAP

static final EClass WORKFLOW_STATE_MAP
The meta object literal for the 'Workflow State Map' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowStateMapImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowStateMap()
Generated:

WORKFLOW_STATE_MAP__KEY

static final EReference WORKFLOW_STATE_MAP__KEY
The meta object literal for the 'Key' reference feature.

Generated:

WORKFLOW_STATE_MAP__VALUE

static final EReference WORKFLOW_STATE_MAP__VALUE
The meta object literal for the 'Value' containment reference feature.

Generated:

WORKFLOW_PARAMETER_MAP

static final EClass WORKFLOW_PARAMETER_MAP
The meta object literal for the 'Workflow Parameter Map' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowParameterMapImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowParameterMap()
Generated:

WORKFLOW_PARAMETER_MAP__KEY

static final EReference WORKFLOW_PARAMETER_MAP__KEY
The meta object literal for the 'Key' reference feature.

Generated:

WORKFLOW_PARAMETER_MAP__VALUE

static final EReference WORKFLOW_PARAMETER_MAP__VALUE
The meta object literal for the 'Value' containment reference feature.

Generated:

WORKFLOW_STATE_RESOLUTION_STRATEGY

static final EClass WORKFLOW_STATE_RESOLUTION_STRATEGY
The meta object literal for the 'Workflow State Resolution Strategy' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowStateResolutionStrategyImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowStateResolutionStrategy()
Generated:

WORKFLOW_RUNNABLE

static final EClass WORKFLOW_RUNNABLE
The meta object literal for the 'Workflow Runnable' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowRunnableImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowRunnable()
Generated:

WORKFLOW_RUNNER

static final EClass WORKFLOW_RUNNER
The meta object literal for the 'Workflow Runner' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowRunnerImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowRunner()
Generated:

WORKFLOW_RUNNER__CONTEXT

static final EReference WORKFLOW_RUNNER__CONTEXT
The meta object literal for the 'Context' reference feature.

Generated:

WORKFLOW_RUNNER__COMPONENT

static final EReference WORKFLOW_RUNNER__COMPONENT
The meta object literal for the 'Component' reference feature.

Generated:

WORKFLOW_STATE_RESETTER

static final EClass WORKFLOW_STATE_RESETTER
The meta object literal for the 'Workflow State Resetter' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowStateResetterImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowStateResetter()
Generated:

WORKFLOW_STATE_RESETTER__CONTEXT

static final EReference WORKFLOW_STATE_RESETTER__CONTEXT
The meta object literal for the 'Context' reference feature.

Generated:

WORKFLOW_LOG

static final EClass WORKFLOW_LOG
The meta object literal for the 'Workflow Log' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowLogImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowLog()
Generated:

WORKFLOW_LOG__ENTRIES

static final EAttribute WORKFLOW_LOG__ENTRIES
The meta object literal for the 'Entries' attribute list feature.

Generated:

WORKFLOW_LOG__ERRORS

static final EReference WORKFLOW_LOG__ERRORS
The meta object literal for the 'Errors' containment reference list feature.

Generated:

WORKFLOW_LOG__WARNINGS

static final EReference WORKFLOW_LOG__WARNINGS
The meta object literal for the 'Warnings' containment reference list feature.

Generated:

WORKFLOW_LOG__INFOS

static final EReference WORKFLOW_LOG__INFOS
The meta object literal for the 'Infos' containment reference list feature.

Generated:

WORKFLOW_LOG__DEBUGS

static final EReference WORKFLOW_LOG__DEBUGS
The meta object literal for the 'Debugs' containment reference list feature.

Generated:

WORKFLOW_LOG__LOG_LEVEL

static final EAttribute WORKFLOW_LOG__LOG_LEVEL
The meta object literal for the 'Log Level' attribute feature.

Generated:

WORKFLOW_LOG_ENTRY

static final EClass WORKFLOW_LOG_ENTRY
The meta object literal for the 'Workflow Log Entry' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowLogEntryImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowLogEntry()
Generated:

WORKFLOW_LOG_ENTRY__TYPE

static final EAttribute WORKFLOW_LOG_ENTRY__TYPE
The meta object literal for the 'Type' attribute feature.

Generated:

WORKFLOW_LOG_ENTRY__TIMESTAMP

static final EAttribute WORKFLOW_LOG_ENTRY__TIMESTAMP
The meta object literal for the 'Timestamp' attribute feature.

Generated:

WORKFLOW_LOG_ENTRY__MESSAGE

static final EAttribute WORKFLOW_LOG_ENTRY__MESSAGE
The meta object literal for the 'Message' attribute feature.

Generated:

WORKFLOW_LOG_MAP

static final EClass WORKFLOW_LOG_MAP
The meta object literal for the 'Workflow Log Map' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowLogMapImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowLogMap()
Generated:

WORKFLOW_LOG_MAP__KEY

static final EReference WORKFLOW_LOG_MAP__KEY
The meta object literal for the 'Key' reference feature.

Generated:

WORKFLOW_LOG_MAP__VALUE

static final EReference WORKFLOW_LOG_MAP__VALUE
The meta object literal for the 'Value' containment reference feature.

Generated:

WORKFLOW_LOG_RESETTER

static final EClass WORKFLOW_LOG_RESETTER
The meta object literal for the 'Workflow Log Resetter' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowLogResetterImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowLogResetter()
Generated:

WORKFLOW_LOG_RESETTER__CONTEXT

static final EReference WORKFLOW_LOG_RESETTER__CONTEXT
The meta object literal for the 'Context' reference feature.

Generated:

WORKFLOW_ENGINE_PROXY

static final EClass WORKFLOW_ENGINE_PROXY
The meta object literal for the 'Workflow Engine Proxy' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.WorkflowEngineProxyImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowEngineProxy()
Generated:

WORKFLOW_ENGINE_PROXY__TARGET_ENGINE

static final EReference WORKFLOW_ENGINE_PROXY__TARGET_ENGINE
The meta object literal for the 'Target Engine' reference feature.

Generated:

WORKFLOW_LOG_ENTRY_TYPE

static final EEnum WORKFLOW_LOG_ENTRY_TYPE
The meta object literal for the 'Workflow Log Entry Type' enum.

See Also:
WorkflowLogEntryType, org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getWorkflowLogEntryType()
Generated:

EXECUTOR_SERVICE

static final EDataType EXECUTOR_SERVICE
The meta object literal for the 'Executor Service' data type.

See Also:
ExecutorService, org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.impl.RuntimePackageImpl#getExecutorService()
Generated: