Creating or editing Java-to-UML transformation configurations

To generate output such as code from a source model, or to generate a model from code, you must run a transformation. To run a transformation, you must create a transformation configuration. A transformation configuration specifies information that a transformation requires to generate the expected output.
A transformation configuration has .tc as a file name extension and is located in the Eclipse workspace. To edit an existing transformation, double-click a transformation configuration file, which opens the Transformation Configuration editor.

Check the Problems view for error or warning messages after you save changes to a transformation configuration file.

Related concepts
Transformations and transformation configurations

Feedback