|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface RuntimeFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
RuntimePackage
Field Summary | |
---|---|
static RuntimeFactory |
eINSTANCE
Deprecated. The singleton instance of the factory. |
Method Summary | |
---|---|
WorkflowContext |
createWorkflowContext()
Deprecated. Returns a new object of class 'Workflow Context'. |
WorkflowEngine |
createWorkflowEngine()
Deprecated. Returns a new object of class 'Workflow Engine'. |
WorkflowEngineProxy |
createWorkflowEngineProxy()
Deprecated. Returns a new object of class 'Workflow Engine Proxy'. |
WorkflowLog |
createWorkflowLog()
Deprecated. Returns a new object of class 'Workflow Log'. |
WorkflowLogEntry |
createWorkflowLogEntry()
Deprecated. Returns a new object of class 'Workflow Log Entry'. |
WorkflowLogResetter |
createWorkflowLogResetter()
Deprecated. Returns a new object of class 'Workflow Log Resetter'. |
java.lang.Runnable |
createWorkflowRunnable()
Deprecated. Returns a new object of class 'Workflow Runnable'. |
WorkflowRunner |
createWorkflowRunner()
Deprecated. Returns a new object of class 'Workflow Runner'. |
WorkflowStateResetter |
createWorkflowStateResetter()
Deprecated. Returns a new object of class 'Workflow State Resetter'. |
WorkflowStateResolutionStrategy |
createWorkflowStateResolutionStrategy()
Deprecated. Returns a new object of class 'Workflow State Resolution Strategy'. |
RuntimePackage |
getRuntimePackage()
Deprecated. Returns the package supported by this factory. |
Field Detail |
---|
static final RuntimeFactory eINSTANCE
Method Detail |
---|
WorkflowContext createWorkflowContext()
WorkflowEngine createWorkflowEngine()
WorkflowStateResolutionStrategy createWorkflowStateResolutionStrategy()
java.lang.Runnable createWorkflowRunnable()
WorkflowRunner createWorkflowRunner()
WorkflowStateResetter createWorkflowStateResetter()
WorkflowLog createWorkflowLog()
WorkflowLogEntry createWorkflowLogEntry()
WorkflowLogResetter createWorkflowLogResetter()
WorkflowEngineProxy createWorkflowEngineProxy()
RuntimePackage getRuntimePackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |