[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Link ending in a compartment

Hello Esteban,

If I set "List Layout" in my gmfgen to false, my compartment elements
disappears.
This is strange.

I would like to add link ending to property like in UMLClass with a
If you need to create links to child elements inside a compartment (this question is a bit different from the original one) then you have to create composite figure in .gmfgraph model for this child element. By composite figure I mean rectangle with labels in it, appropriate accessors to these labels, Diagram Node and Diagram labels referencing created FigureDescriptor + accessors (for labels) and finally use these elements in child node mapping - point to the corresponding DiagramNode/Labels in child NodeMapping/FeatureLabelMappings.


----------------- Alex Shatalin