Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 365322 - Allow user to run the QVTo transformation against the fresh gmfgen model created by bridge
Summary: Allow user to run the QVTo transformation against the fresh gmfgen model crea...
Status: NEW
Alias: None
Product: GMF-Tooling
Classification: Modeling
Component: Generation / Templates (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Guillaume Hillairet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 365321
  Show dependency tree
 
Reported: 2011-12-01 10:05 EST by Michael Golubev CLA
Modified: 2011-12-01 10:07 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Golubev CLA 2011-12-01 10:05:45 EST
Users should be able to define a qvto transformation that stores manual changes required to the gmfgen model. This may serve as a replacement for reconciler (see #365231). 

The transformation should have the same name as the mapping model but with extension .qvto and be stored in the same folder as mapping model. The transformation could have for signatures:
 - transformation GmfGen(inout gmfGenModel: GMFGEN);
 - transformation GmfGen(in gmfMapModel: GMFMAP, in traceModel: TRACE, inout gmfGenModel: GMFGEN);
where TRACE is the qvto trace model obtained from previous execution of Map2Gen.qvto.
Comment 1 Michael Golubev CLA 2011-12-01 10:07:22 EST
Oops, sorry, meant #365321 instead of #365231