Issue 11695: class diagram issue (bmm-rtf) Source: (, ) Nature: Revision Severity: Significant Summary: Class diagrams in Business Motivation Model show association names where we expect role names as per UML specifications. This is misleading. Drawing Fig 8.2 on Star UML produced the following code: public class Vision { public Goal amplified_by; } public class Goal { public Vision amplifies; } Resolution: Revised Text: Actions taken: November 29, 2007: received issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 29 Nov 2007 03:20:43 -0500 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: PG Bhat Company: Parity Computing India (P) Ltd mailFrom: pg.bhat@paritycomputing.com Notification: Yes Specification: Business Motivation Model (BMM) Specification Section: Full Document FormalNumber: dtc/2006-08-03 Version: Not Indicated RevisionDate: August/01/2006 Page: Full Doc Nature: Revision Severity: Significant HTTP User Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.10) Gecko/20071115 Firefox/2.0.0.10 Description Class diagrams in Business Motivation Model show association names where we expect role names as per UML specifications. This is misleading. Drawing Fig 8.2 on Star UML produced the following code: public class Vision { public Goal amplified_by; } public class Goal { public Vision amplifies; }