Lesson 2: Configure a runtime workbench
This lesson shows you how to configure a runtime workbench and how to create source and target UML models in it.
About this task
You can create and invoke a runtime workbench to test and debug transformations, which means you do not have to package the transformation plug-in before testing.
After you create and open the runtime workbench, you must create source and target models to test the transformation code. The transformation transforms the elements that you create in the source model, and generates output in the target model.
To configure a runtime workbench:
Procedure
Create a test project in the runtime workbench
About this task
After you configure and open the runtime workbench, you
must create a project that contains the following items:
- A source UML model for the transformation to transform; this model contains a package that contains one class
- An empty target model where the transformation generates output
To create the project that contains the source and target models: