Hi,
You could try: - get a list of class name from current classDiagram (listA) - load all .cat to current model - get a list of class name from the same classDiagram, where all (M) disappears (list B) - compare listB with listA All steps can be done using rose REI. You could store class name in forms of "className&classUID" or simply its UID. Not tried, but think it gonna work. Dan Liu Software Developer Trident System (703) 6917795 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ronald W Townsen Sent: Thursday, February 07, 2002 9:39 AM To: Angay, Huseyin Cc: [EMAIL PROTECTED]; '[EMAIL PROTECTED]' Subject: RE: (ROSE) (M) search Thanks for the reply. If you get all the ClassViews, you end up with a list of only the valid objects, Apparently Rose has already sorted out the offenders when it presents the list. From what I was able to learn from the support people, when a Class diagram is drawn, the list of objects defined in the .cat file for the graphic is compared to the list in the model and those not found are labled with the (M). The .cat file contains a id number (not the one referenced in the model) and when a class diagram is being drawn, any of these id's which can not be related to actual model id numbers result in the (M) being applied. What I need is that difference list. The normal functions as far as I've found, only return lists relative to the valid loaded model without the offending objects since there were eliminated during loading. ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Post or Reply to: [EMAIL PROTECTED] * 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 *************************************************************************
