Getting only applied comments [message #1746264] |
Wed, 26 October 2016 05:19  |
Eclipse User |
|
|
|
Hi,
I would like to get only the Applied Comments of an element.
Today, I am able to get all the owned comments using the following fragment:
<fragment name='displayComments' importedBundles='commons;gmf;papyrus'><drop/>
<arg name='element' type='uml::Element'/><drop/>
[for (co:uml::Comment | element. ownedComment)]<drop/>
Description: <dropEmpty>[co._body.clean()/]</dropEmpty>
[/for]<drop/>
</fragment><drop/>
I tried to replace "ownedComment" by "appliedComment, but this does not work, the variable is unrecognized.
Any way to do this?
Thanks,
Marc
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05151 seconds