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


Deprecated.

@Deprecated
public interface OrchestrationPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
OrchestrationFactory
Generated:
Model:
kind="package"

Nested Class Summary
static interface OrchestrationPackage.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 OrchestrationPackage 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_COMPONENT_ORCHESTRATION_STRATEGY
          Deprecated. The meta object id for the 'Workflow Component Orchestration Strategy' class.
static int WORKFLOW_COMPONENT_ORCHESTRATION_STRATEGY_FEATURE_COUNT
          Deprecated. The number of structural features of the 'Workflow Component Orchestration Strategy' class.
static int WORKFLOW_COMPOSITE_ORCHESTRATION_STRATEGY
          Deprecated. The meta object id for the 'Workflow Composite Orchestration Strategy' class.
static int WORKFLOW_COMPOSITE_ORCHESTRATION_STRATEGY_FEATURE_COUNT
          Deprecated. The number of structural features of the 'Workflow Composite Orchestration Strategy' class.
static int WORKFLOW_CONDITIONAL_COMPONENT_ORCHESTRATION_STRATEGY
          Deprecated. The meta object id for the 'Workflow Conditional Component Orchestration Strategy' class.
static int WORKFLOW_CONDITIONAL_COMPONENT_ORCHESTRATION_STRATEGY__CONDITIONS
          Deprecated. The feature id for the 'Conditions' containment reference list.
static int WORKFLOW_CONDITIONAL_COMPONENT_ORCHESTRATION_STRATEGY_FEATURE_COUNT
          Deprecated. The number of structural features of the 'Workflow Conditional Component Orchestration Strategy' class.
static int WORKFLOW_EXECUTION_PREDICATE
          Deprecated. The meta object id for the 'Workflow Execution Predicate' class.
static int WORKFLOW_EXECUTION_PREDICATE_FEATURE_COUNT
          Deprecated. The number of structural features of the 'Workflow Execution Predicate' class.
static int WORKFLOW_PARALLEL_ORCHESTRATION_STRATEGY
          Deprecated. The meta object id for the 'Workflow Parallel Orchestration Strategy' class.
static int WORKFLOW_PARALLEL_ORCHESTRATION_STRATEGY_FEATURE_COUNT
          Deprecated. The number of structural features of the 'Workflow Parallel Orchestration Strategy' class.
static int WORKFLOW_RERUN_PREDICATE
          Deprecated. The meta object id for the 'Workflow Rerun Predicate' class.
static int WORKFLOW_RERUN_PREDICATE_FEATURE_COUNT
          Deprecated. The number of structural features of the 'Workflow Rerun Predicate' class.
static int WORKFLOW_SERIAL_ORCHESTRATION_STRATEGY
          Deprecated. The meta object id for the 'Workflow Serial Orchestration Strategy' class.
static int WORKFLOW_SERIAL_ORCHESTRATION_STRATEGY_FEATURE_COUNT
          Deprecated. The number of structural features of the 'Workflow Serial Orchestration Strategy' class.
 
Method Summary
 OrchestrationFactory getOrchestrationFactory()
          Deprecated. Returns the factory that creates the instances of the model.
 EClass getWorkflowComponentOrchestrationStrategy()
          Deprecated. Returns the meta object for class 'Workflow Component Orchestration Strategy'.
 EClass getWorkflowCompositeOrchestrationStrategy()
          Deprecated. Returns the meta object for class 'Workflow Composite Orchestration Strategy'.
 EReference getWorkflowConditionalComponentOrchestrationStrategy_Conditions()
          Deprecated. Returns the meta object for the containment reference list 'Conditions'.
 EClass getWorkflowConditionalComponentOrchestrationStrategy()
          Deprecated. Returns the meta object for class 'Workflow Conditional Component Orchestration Strategy'.
 EClass getWorkflowExecutionPredicate()
          Deprecated. Returns the meta object for class 'Workflow Execution Predicate'.
 EClass getWorkflowParallelOrchestrationStrategy()
          Deprecated. Returns the meta object for class 'Workflow Parallel Orchestration Strategy'.
 EClass getWorkflowRerunPredicate()
          Deprecated. Returns the meta object for class 'Workflow Rerun Predicate'.
 EClass getWorkflowSerialOrchestrationStrategy()
          Deprecated. Returns the meta object for class 'Workflow Serial Orchestration Strategy'.
 

Field Detail

eNAME

static final java.lang.String eNAME
Deprecated. 
The package name.

See Also:
Constant Field Values
Generated:

eNS_URI

static final java.lang.String eNS_URI
Deprecated. 
The package namespace URI.

See Also:
Constant Field Values
Generated:

eNS_PREFIX

static final java.lang.String eNS_PREFIX
Deprecated. 
The package namespace name.

See Also:
Constant Field Values
Generated:

eINSTANCE

static final OrchestrationPackage eINSTANCE
Deprecated. 
The singleton instance of the package.

Generated:

WORKFLOW_COMPOSITE_ORCHESTRATION_STRATEGY

static final int WORKFLOW_COMPOSITE_ORCHESTRATION_STRATEGY
Deprecated. 
The meta object id 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(), Constant Field Values
Generated:

WORKFLOW_COMPOSITE_ORCHESTRATION_STRATEGY_FEATURE_COUNT

static final int WORKFLOW_COMPOSITE_ORCHESTRATION_STRATEGY_FEATURE_COUNT
Deprecated. 
The number of structural features of the 'Workflow Composite Orchestration Strategy' class.

See Also:
Constant Field Values
Generated:
Ordered:

WORKFLOW_SERIAL_ORCHESTRATION_STRATEGY

static final int WORKFLOW_SERIAL_ORCHESTRATION_STRATEGY
Deprecated. 
The meta object id 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(), Constant Field Values
Generated:

WORKFLOW_SERIAL_ORCHESTRATION_STRATEGY_FEATURE_COUNT

static final int WORKFLOW_SERIAL_ORCHESTRATION_STRATEGY_FEATURE_COUNT
Deprecated. 
The number of structural features of the 'Workflow Serial Orchestration Strategy' class.

See Also:
Constant Field Values
Generated:
Ordered:

WORKFLOW_PARALLEL_ORCHESTRATION_STRATEGY

static final int WORKFLOW_PARALLEL_ORCHESTRATION_STRATEGY
Deprecated. 
The meta object id 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(), Constant Field Values
Generated:

WORKFLOW_PARALLEL_ORCHESTRATION_STRATEGY_FEATURE_COUNT

static final int WORKFLOW_PARALLEL_ORCHESTRATION_STRATEGY_FEATURE_COUNT
Deprecated. 
The number of structural features of the 'Workflow Parallel Orchestration Strategy' class.

See Also:
Constant Field Values
Generated:
Ordered:

WORKFLOW_COMPONENT_ORCHESTRATION_STRATEGY

static final int WORKFLOW_COMPONENT_ORCHESTRATION_STRATEGY
Deprecated. 
The meta object id 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(), Constant Field Values
Generated:

WORKFLOW_COMPONENT_ORCHESTRATION_STRATEGY_FEATURE_COUNT

static final int WORKFLOW_COMPONENT_ORCHESTRATION_STRATEGY_FEATURE_COUNT
Deprecated. 
The number of structural features of the 'Workflow Component Orchestration Strategy' class.

See Also:
Constant Field Values
Generated:
Ordered:

WORKFLOW_CONDITIONAL_COMPONENT_ORCHESTRATION_STRATEGY

static final int WORKFLOW_CONDITIONAL_COMPONENT_ORCHESTRATION_STRATEGY
Deprecated. 
The meta object id 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(), Constant Field Values
Generated:

WORKFLOW_CONDITIONAL_COMPONENT_ORCHESTRATION_STRATEGY__CONDITIONS

static final int WORKFLOW_CONDITIONAL_COMPONENT_ORCHESTRATION_STRATEGY__CONDITIONS
Deprecated. 
The feature id for the 'Conditions' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

WORKFLOW_CONDITIONAL_COMPONENT_ORCHESTRATION_STRATEGY_FEATURE_COUNT

static final int WORKFLOW_CONDITIONAL_COMPONENT_ORCHESTRATION_STRATEGY_FEATURE_COUNT
Deprecated. 
The number of structural features of the 'Workflow Conditional Component Orchestration Strategy' class.

See Also:
Constant Field Values
Generated:
Ordered:

WORKFLOW_EXECUTION_PREDICATE

static final int WORKFLOW_EXECUTION_PREDICATE
Deprecated. 
The meta object id 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(), Constant Field Values
Generated:

WORKFLOW_EXECUTION_PREDICATE_FEATURE_COUNT

static final int WORKFLOW_EXECUTION_PREDICATE_FEATURE_COUNT
Deprecated. 
The number of structural features of the 'Workflow Execution Predicate' class.

See Also:
Constant Field Values
Generated:
Ordered:

WORKFLOW_RERUN_PREDICATE

static final int WORKFLOW_RERUN_PREDICATE
Deprecated. 
The meta object id 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(), Constant Field Values
Generated:

WORKFLOW_RERUN_PREDICATE_FEATURE_COUNT

static final int WORKFLOW_RERUN_PREDICATE_FEATURE_COUNT
Deprecated. 
The number of structural features of the 'Workflow Rerun Predicate' class.

See Also:
Constant Field Values
Generated:
Ordered:
Method Detail

getWorkflowSerialOrchestrationStrategy

EClass getWorkflowSerialOrchestrationStrategy()
Deprecated. 
Returns the meta object for class 'Workflow Serial Orchestration Strategy'.

Returns:
the meta object for class 'Workflow Serial Orchestration Strategy'.
See Also:
WorkflowSerialOrchestrationStrategy
Generated:

getWorkflowParallelOrchestrationStrategy

EClass getWorkflowParallelOrchestrationStrategy()
Deprecated. 
Returns the meta object for class 'Workflow Parallel Orchestration Strategy'.

Returns:
the meta object for class 'Workflow Parallel Orchestration Strategy'.
See Also:
WorkflowParallelOrchestrationStrategy
Generated:

getWorkflowCompositeOrchestrationStrategy

EClass getWorkflowCompositeOrchestrationStrategy()
Deprecated. 
Returns the meta object for class 'Workflow Composite Orchestration Strategy'.

Returns:
the meta object for class 'Workflow Composite Orchestration Strategy'.
See Also:
WorkflowCompositeOrchestrationStrategy
Generated:

getWorkflowComponentOrchestrationStrategy

EClass getWorkflowComponentOrchestrationStrategy()
Deprecated. 
Returns the meta object for class 'Workflow Component Orchestration Strategy'.

Returns:
the meta object for class 'Workflow Component Orchestration Strategy'.
See Also:
WorkflowComponentOrchestrationStrategy
Generated:

getWorkflowConditionalComponentOrchestrationStrategy

EClass getWorkflowConditionalComponentOrchestrationStrategy()
Deprecated. 
Returns the meta object for class 'Workflow Conditional Component Orchestration Strategy'.

Returns:
the meta object for class 'Workflow Conditional Component Orchestration Strategy'.
See Also:
WorkflowConditionalComponentOrchestrationStrategy
Generated:

getWorkflowConditionalComponentOrchestrationStrategy_Conditions

EReference getWorkflowConditionalComponentOrchestrationStrategy_Conditions()
Deprecated. 
Returns the meta object for the containment reference list 'Conditions'.

Returns:
the meta object for the containment reference list 'Conditions'.
See Also:
WorkflowConditionalComponentOrchestrationStrategy.getConditions(), getWorkflowConditionalComponentOrchestrationStrategy()
Generated:

getWorkflowExecutionPredicate

EClass getWorkflowExecutionPredicate()
Deprecated. 
Returns the meta object for class 'Workflow Execution Predicate'.

Returns:
the meta object for class 'Workflow Execution Predicate'.
See Also:
WorkflowExecutionPredicate
Generated:

getWorkflowRerunPredicate

EClass getWorkflowRerunPredicate()
Deprecated. 
Returns the meta object for class 'Workflow Rerun Predicate'.

Returns:
the meta object for class 'Workflow Rerun Predicate'.
See Also:
WorkflowRerunPredicate
Generated:

getOrchestrationFactory

OrchestrationFactory getOrchestrationFactory()
Deprecated. 
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
Generated: