Введение в генерацию исходного кода в Rose. (Тема 8)

Слайд 2

Where Are We? Round-trip engineering

Where Are We?

Round-trip engineering

Слайд 3

What Is Round-Trip Engineering? Round-trip engineering is the ability to move

What Is Round-Trip Engineering?

Round-trip engineering is the ability to

move back and forth between model and code.
Forward engineering
Reverse engineering
Слайд 4

What Is Round-Trip Engineering? Round-trip engineering helps maintain architectural integrity. Detect

What Is Round-Trip Engineering?

Round-trip engineering helps maintain architectural integrity.
Detect and

assess architectural changes
Communicate accepted architectural changes
Synchronize your model and source code during every iteration
Слайд 5

Forward Engineering Forward Engineering is the ability to transform a model

Forward Engineering

Forward Engineering is the ability to transform a

model into code through mapping to a specific implementation language.
Слайд 6

Reverse Engineering Reverse engineering is the ability to transform code into

Reverse Engineering

Reverse engineering is the ability to transform code

into a model through a mapping from a specific implementation language.