No autocomplete in transformation editor using QVT Operational [message #889985] |
Wed, 20 June 2012 09:36  |
Eclipse User |
|
|
|
Hi guys,
I'm writing a transformation from ecore to a DDS model. I can't see all the proposals I need on the editor, but only a few...
For example I've no proposals for self.name in this dummy example:
(I can't attach the corrects urls in the following code due to forum restictions)
modeltype OPENDDS uses 'open dds url';
modeltype ECORE uses 'ecore url';
transformation Ecore2DDS(in inModel : ECORE, out outModel : OPENDDS) {
main() {
inModel.rootObjects()[EPackage]->map ePackage2Model();
}
mapping EPackage::ePackage2Model() : DcpsLib{
name := self.name;
}
}
Why? I've Ecplise 3.7.2 and the last QVT Operational 3.1.0v2
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.07417 seconds