org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration
Interface OrchestrationPackage.Literals

Enclosing interface:
OrchestrationPackage

public static interface OrchestrationPackage.Literals

Defines literals for the meta objects that represent

Generated:

Field Summary
static EClass WORKFLOW_COMPONENT_ORCHESTRATION_STRATEGY
          The meta object literal for the 'Workflow Component Orchestration Strategy' class.
static EClass WORKFLOW_COMPOSITE_ORCHESTRATION_STRATEGY
          The meta object literal for the 'Workflow Composite Orchestration Strategy' class.
static EClass WORKFLOW_CONDITIONAL_COMPONENT_ORCHESTRATION_STRATEGY
          The meta object literal for the 'Workflow Conditional Component Orchestration Strategy' class.
static EReference WORKFLOW_CONDITIONAL_COMPONENT_ORCHESTRATION_STRATEGY__CONDITIONS
          The meta object literal for the 'Conditions' containment reference list feature.
static EClass WORKFLOW_EXECUTION_PREDICATE
          The meta object literal for the 'Workflow Execution Predicate' class.
static EClass WORKFLOW_PARALLEL_ORCHESTRATION_STRATEGY
          The meta object literal for the 'Workflow Parallel Orchestration Strategy' class.
static EClass WORKFLOW_RERUN_PREDICATE
          The meta object literal for the 'Workflow Rerun Predicate' class.
static EClass WORKFLOW_SERIAL_ORCHESTRATION_STRATEGY
          The meta object literal for the 'Workflow Serial Orchestration Strategy' class.
 

Field Detail

WORKFLOW_SERIAL_ORCHESTRATION_STRATEGY

static final EClass WORKFLOW_SERIAL_ORCHESTRATION_STRATEGY
The meta object literal for the 'Workflow Serial Orchestration Strategy' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration.impl.WorkflowSerialOrchestrationStrategyImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration.impl.OrchestrationPackageImpl#getWorkflowSerialOrchestrationStrategy()
Generated:

WORKFLOW_PARALLEL_ORCHESTRATION_STRATEGY

static final EClass WORKFLOW_PARALLEL_ORCHESTRATION_STRATEGY
The meta object literal for the 'Workflow Parallel Orchestration Strategy' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration.impl.WorkflowParallelOrchestrationStrategyImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration.impl.OrchestrationPackageImpl#getWorkflowParallelOrchestrationStrategy()
Generated:

WORKFLOW_COMPOSITE_ORCHESTRATION_STRATEGY

static final EClass WORKFLOW_COMPOSITE_ORCHESTRATION_STRATEGY
The meta object literal for the 'Workflow Composite Orchestration Strategy' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration.impl.WorkflowCompositeOrchestrationStrategyImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration.impl.OrchestrationPackageImpl#getWorkflowCompositeOrchestrationStrategy()
Generated:

WORKFLOW_COMPONENT_ORCHESTRATION_STRATEGY

static final EClass WORKFLOW_COMPONENT_ORCHESTRATION_STRATEGY
The meta object literal for the 'Workflow Component Orchestration Strategy' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration.impl.WorkflowComponentOrchestrationStrategyImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration.impl.OrchestrationPackageImpl#getWorkflowComponentOrchestrationStrategy()
Generated:

WORKFLOW_CONDITIONAL_COMPONENT_ORCHESTRATION_STRATEGY

static final EClass WORKFLOW_CONDITIONAL_COMPONENT_ORCHESTRATION_STRATEGY
The meta object literal for the 'Workflow Conditional Component Orchestration Strategy' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration.impl.WorkflowConditionalComponentOrchestrationStrategyImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration.impl.OrchestrationPackageImpl#getWorkflowConditionalComponentOrchestrationStrategy()
Generated:

WORKFLOW_CONDITIONAL_COMPONENT_ORCHESTRATION_STRATEGY__CONDITIONS

static final EReference WORKFLOW_CONDITIONAL_COMPONENT_ORCHESTRATION_STRATEGY__CONDITIONS
The meta object literal for the 'Conditions' containment reference list feature.

Generated:

WORKFLOW_EXECUTION_PREDICATE

static final EClass WORKFLOW_EXECUTION_PREDICATE
The meta object literal for the 'Workflow Execution Predicate' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration.impl.WorkflowExecutionPredicateImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration.impl.OrchestrationPackageImpl#getWorkflowExecutionPredicate()
Generated:

WORKFLOW_RERUN_PREDICATE

static final EClass WORKFLOW_RERUN_PREDICATE
The meta object literal for the 'Workflow Rerun Predicate' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration.impl.WorkflowRerunPredicateImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration.impl.OrchestrationPackageImpl#getWorkflowRerunPredicate()
Generated: