This tutorial showed you how to create, configure, and run a simple
model-to-model mapping transformation.
Lessons learned
This tutorial explained the
concepts of model-to-model mapping transformations and showed how to complete
the following tasks:
- Create a model-to-model transformation authoring project that contains
a transformation framework and a mapping model
- Create mapping declarations in the mapping model
- Refine the mapping declarations by completing the following tasks:
- Specify a source input object and a target output object for each mapping
declaration
- Create mapping rules by defining the relationships between the attributes
of the input and output objects in a mapping declaration
- Generate and compile the transformation source code
- Configure a runtime workbench to test the model-to-model transformation
- In a runtime workbench, create and apply a transformation configuration
that runs the model-to-model transformation
Additional resources
To learn more about the topics
in this tutorial, consider the following sources:
- Online help for authoring transformations and transformation extensions