Community
Participate
Working Groups
To edit stereotyped element in a table, we use Queries and Facet Columns. From the UML Profile, we need to create : - a file querySet, - with the queries to get the value of each attribute - with the queries to set the value of non-derived attribute - a file facetSet, - with the facets for each element - The java class implementing the queries 1/ The tool will take a uml profile to create these files. 2/ It will create 2 packages for queries : xxx.getter and xxx.setter (or something like that). 3/ The queries will be named using the name the stereotype and the name of the feature : for example : Set/Get + name of the stereotype + name of the feature + Query 4/ The created file for facetSet and QuerySetwill be created in a specific folder (Resources for example) 5/ The QuerySet and the FacetSet will be registered in the file plugin.xml with the correct extension point We can use the project oep.sysml.facets to get an example of the file which need to be created.
First commit done in R5013 in trunk/sandbox
This bug can be marked as closed fixed.