Hello Alexander, actually there is a very powerful way to implement tagged values in Rose: via a Rose (Language) Addin. According to UML tagged values can be used for code generation and reverse engineering and that is what Rose does. It provides an API (the Rose Extensibility Interface) which allows you to create your own Addins. Such an Addin can contain additional model properties (which are the equivalent to tagged values) which can be displayed/manipulated in a custom specification dialog (This is how the Language Addins work). Unfortunaltely creating an Addin requires some effort, so an easy alternative for displaying tagged vlues would be the solution you proposed. Thomas ___________________________________ THOMAS MEY Application Engineer R a t i o n a l Software GmbH the e-development company Keltenring 15 D-82041 Oberhaching Phone: +49 89 628 38-253 Fax: +49 89 628 38-269 e-mail: [EMAIL PROTECTED] _________________________________ -----Urspr�ngliche Nachricht----- Von: "G�ntsch, Alexander" [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 30. August 2001 17:06 An: 'Rose Forum' Betreff: (ROSE) How to realize tagged values? Does anybody have a clue how to realize UML tagged values concerning a class? I'd like to store information about a short name like +-------------------------+ I I I MyClass I I {shortname=MyShortName} I I I +-------------------------+ +-------------------------+ +-------------------------+ Entering this into Rose makes the class name not only MyClass but the whole upper line... The only "solution" I have is entering the curly brackets in the class documentation. Thanks in advance Alexander G�ntsch ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Admin.Subscription Requests: [EMAIL PROTECTED] * Archive of messages: http://www.rational.com/support/usergroups/rose/rose_forum.jsp * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * * To: [EMAIL PROTECTED] * Subject:<BLANK> * Body: unsubscribe rose_forum * ************************************************************************* ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Admin.Subscription Requests: [EMAIL PROTECTED] * Archive of messages: http://www.rational.com/support/usergroups/rose/rose_forum.jsp * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * * To: [EMAIL PROTECTED] * Subject:<BLANK> * Body: unsubscribe rose_forum * *************************************************************************
