Community
Participate
Working Groups
Hello, To declare an instance independent customization we have to be able to add an attribute (color, font, label, etc.) to the meta-meta-class 'EClass' and to define its value for each instance of EClass (meta-class). To define the customization attribute value of a chosen meta-class we have to extend the facet defining the customization attribute (color, font, label, etc.). The second facet (extending the first facet) will be used to override the customization attribute to define a value specific to the customized meta-class. This means that the second facet has applicable on the customized meta-class. To avoid to define a query (Java or OCL) for each customized meta-class, we need a query type returning true if the source of the query is contained in a list of eObject. Regards, Grégoire
I've committed an implementation of this new kind of query (and corresponding non regression test) Committed revision 1513. Can be marked resolved.
This bug can be closed.