Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Papyrus » Display of association label modifiers
Display of association label modifiers [message #1725189] Tue, 01 March 2016 14:04
Lutz Wrage is currently offline Lutz WrageFriend
Messages: 181
Registered: July 2009
Senior Member
In my UML class diagrams I have association labels where I want to display the modifiers. The default representation is a single line of text, which can gets rather long, in particular if I have redefinition and subset modifiers to display. E.g.,
/ownedFeature {readonly, union, unique, subsets classifierFeature, subsets ownedMember}

Is there a way to display multi-line labels with the modifiers in the second line below the name, e.g.,
/ownedFeature 
{readonly, union, unique, subsets classifierFeature, subsets ownedMember}

Also, is there a way to customize which modifiers are displayed? I would like to always hide 'unique' and 'readonly' for derived unions:
/ownedFeature 
{union, subsets classifierFeature, subsets ownedMember}

Previous Topic:[CSS] debug view
Next Topic:papyrus class diagram
Goto Forum:
  


Current Time: Thu Apr 25 21:28:34 GMT 2024

Powered by FUDForum. Page generated in 0.02982 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top