Multiple choice technology architecture

____Converts elements of a source model to elements of a target model.

  1. Visualization

  2. Model Analysis

  3. Transformation

  4. Profiling

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Model transformation converts elements from one model representation to another. For example, UML to code generation transforms model elements into implementation elements. Visualization displays models, Model Analysis examines properties, and Profiling characterizes model elements - none convert between models.