Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gmf-dev] Can't select ChildReference in NodeMapping - gmfmap

It is not possible to select the childReference in my gmf mapping model.

I have a EClass ClassTopic and need Attribute as childReference. In my domain model the ClassTopic has a 0..* attributes - reference to Attribute.

So does somebody know where the problem is. Thanks

 

Ecore:

-documentRoot

--map:Map

-Map

--topic:Topic

-Topic

-ClassTopic -> Topic

--atributes:Attribute

-Attribute

--name

--content

 

Gmfmap:

 

-TopNodeReference (containmentFeature: “topic:Topic”)

--NodeMapping (Element: “ClassTopic->Topic”)

--CHILDREFERENCE !!! no way to select the attributes reference

---NodeMapping (Element:”Attribute”)

 

-TopNodeReference

-TopNodeReference

-TopNodeReference

 

 

Joachim


Back to the top