Enabling reverse transformations

You can enable a reverse transformation if it is supported and installed. 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. This option is only available when you create or edit a UML-to-Java transformation configuration.
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
Transforming Java getter and setter methods into UML operations
Specifying the UML package structure that Java-to-UML transformations generate
Running reverse transformations in silent mode

Feedback