Community
Participate
Working Groups
The Papyrus Xtext property editor does not support the following association end properties: • {subsets <property-name>} to show that the end is a subset of the property called <property-name>. • {redefines <end-name>} to show that the end redefines the one named <end-name>. • {sequence} or {seq} to show that the end represents a sequence (an ordered bag).
Created attachment 187651 [details] Subsets, Redefines Extends the grammar to support both "subsets" and "redefines".
Hi, Adding a keyword "sequence" or "seq" does not seems to be useful. Can't an ordered bag be represented by non-unique ordered collection?
Patch applied in R3844.
Previous commit was done on the branch. In R3845 : merge r3446-3844
> Previous commit was done on the branch. > In R3845 : merge r3446-3844 Closed