Dear members, I am wondering if there is any way to automatically add in the class diagram the typical stereotypes for methods such as: virtual, const, static, pure, etc. When I use the update from source code for a visual C++ projects, Rational Rose automatically displays such stereotypes. I think they give useful information to the class diagram and I would have an automatic way to show them (because in the C++ properties you are explicitly setting such properties) by the way, is it possible in Rational Rose to group the method by stereotypes, like in UML? I mean instead of: <<constructor>> ClassA() <<constructor>> ClassA() <<const>> fooA() <<const>> fooB() <<static>> fooC() <<static>> fooD() in the class diagram, to have (more readable!) <<constructor>> ClassA() ClassA() <<const>> fooA() fooB() <<static>> fooC() fooD() or the corresponding icon. Thanks in advance, David ************************************************************************ * 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/products/rose/usergroups/rose_forum.jtmpl * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * * To: [EMAIL PROTECTED] * Subject:<BLANK> * Body: unsubscribe rose_forum * *************************************************************************
