[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Top Nodes with same class Element - no display at the creation

Hello Aurelien,

How I do that :
- one top node for each "profile" with different "feature seq
initializer"
In addition to "feature sequence initializer" you have to add corresponding Constraints. This is important to let GMF diagram updater determine how to represent particular domain model element. E.G.:
- two node mappings referencing same metaclass with feature initializers 1. featureA -> value1 2. featureA->value2


In this case we have to create two constraints featureA = value1 / featureA = value2 for each of NodeMappings in accordance.

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