Community
Participate
Working Groups
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.
Oops, sorry, meant #365321 instead of #365231