Enabling reverse transformations

You can enable the reverse transformation, which enables you to run the UML-to-C++ transformation without creating a separate transformation configuration. Reverse transformations enable you to recover changes to the model or recover changes to source code. This process is useful when the model and code are developed concurrently.
To enable the reverse transformation in a transformation configuration:
  1. In the Project Explorer view, right-click a transformation configuration file; then click Open.
  2. Click the Main tab.
  3. On the Main page, select the Enable reverse transformation check box.
  4. Click File > Save.
The next time that you run the transformation, the reverse transformation is also available in the list of transformations.
Note: If you create a new transformation configuration, you can enable the reverse transformation on the Name and Transformation page of the New Transformation Configuration wizard.
Related information
Specifying overwrite options for UML-to-C++ transformation output
Specifying how UML-to-C++ transformations generate standard operations
Specifying alternate file names for output
Creating relationships between UML model elements and UML-to-C++ transformation output

Feedback