| NESTWorkflowToWFBlock |
Concrete implementation of transforming a workflow from NESTGraph to block-orientation.
|
| NESTWorkflowWithoutSubWorkflows |
Transforms a NESTGraph representation into a representation without any subworkflows by resolving
them.
|
| TransformationConfigFactory |
This is the factory class to access the implementations to the data model interfaces.
|
| TransformationConfigFactoryObjectImpl |
Actual instantiated object from the composition.xml, which contains the configuration for the
TransformationConfig-Factory.
|
| TransformationConfigImpl |
Stores all parameters from the transformation-configuration file
|
| WFBlockToGraph |
Generic implementation for workflow-block to any graph - transformation
|
| WFBlockToNESTWorkflow |
Concrete implementation for transforming WFBlock to NESTGraph.
|
| WFBlockToUIGraph |
Handler for transforming the block-oriented workflow-objectmodel into the UI-graph-representation
of it.
|