Package org.eclipse.emf.mwe.core

Main package of the workflow module

See:
          Description

Interface Summary
WorkflowComponent WorkflowComponents are components that can be executed by the Model Workflow Engine.
WorkflowComponentWithID This is a workflow component that has an Id, so that it can be output in the logger.
WorkflowContext A WorkflowContext is a container for models and other objects.
 

Class Summary
WorkflowComponentHelper Helper class that provides some utility methods for workflow components.
WorkflowContextDefaultImpl Default WorkflowContext implementation.
WorkflowEngine  
WorkflowFacade  
WorkflowRunner Main class to run a workflow.
WorkflowRunnerApplication Eclipse Application wrapper for MWE WorkflowRunner.
 

Exception Summary
ConfigurationException Thrown if the workflow configuration is invalid.
WorkflowInterruptedException Exception that signals when a workflow execution should be interrupted due to an error.
 

Package org.eclipse.emf.mwe.core Description

Main package of the workflow module