|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface OrchestrationFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
OrchestrationPackage
Field Summary | |
---|---|
static OrchestrationFactory |
eINSTANCE
Deprecated. The singleton instance of the factory. |
Method Summary | |
---|---|
WorkflowComponentOrchestrationStrategy |
createWorkflowComponentOrchestrationStrategy()
Deprecated. Returns a new object of class 'Workflow Component Orchestration Strategy'. |
WorkflowConditionalComponentOrchestrationStrategy |
createWorkflowConditionalComponentOrchestrationStrategy()
Deprecated. Returns a new object of class 'Workflow Conditional Component Orchestration Strategy'. |
WorkflowParallelOrchestrationStrategy |
createWorkflowParallelOrchestrationStrategy()
Deprecated. Returns a new object of class 'Workflow Parallel Orchestration Strategy'. |
WorkflowRerunPredicate |
createWorkflowRerunPredicate()
Deprecated. Returns a new object of class 'Workflow Rerun Predicate'. |
WorkflowSerialOrchestrationStrategy |
createWorkflowSerialOrchestrationStrategy()
Deprecated. Returns a new object of class 'Workflow Serial Orchestration Strategy'. |
OrchestrationPackage |
getOrchestrationPackage()
Deprecated. Returns the package supported by this factory. |
Field Detail |
---|
static final OrchestrationFactory eINSTANCE
Method Detail |
---|
WorkflowSerialOrchestrationStrategy createWorkflowSerialOrchestrationStrategy()
WorkflowParallelOrchestrationStrategy createWorkflowParallelOrchestrationStrategy()
WorkflowComponentOrchestrationStrategy createWorkflowComponentOrchestrationStrategy()
WorkflowConditionalComponentOrchestrationStrategy createWorkflowConditionalComponentOrchestrationStrategy()
WorkflowRerunPredicate createWorkflowRerunPredicate()
OrchestrationPackage getOrchestrationPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |