Issue 18973: Semantic error in UMLAssociationOrConnectorOrLinkShape::edge_instancespec invariant (uml2-rtf) Source: Model Driven Solutions (Dr. Edward Willink, ed(at)willink.me.uk) Nature: Clarification Severity: Minor Summary: The OCL in UMLDI for UMLAssociationOrConnectorOrLinkShape::edge_instancespec invariant at "memberEnd->includes(e.modelElement))" has a semantic error becuase e is already an Element. Suggest change "e.modelElement" to "e". Resolution: Revised Text: Actions taken: September 24, 2013: received issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 24 Sep 2013 11:51:27 -0400 To: Subject: Issue/Bug Report ******************************************************************************* Name: Edward Willink Employer: mailFrom: ed@willink.me.uk Terms_Agreement: Specification: UML Section: xx FormalNumber: xx Version: 2.5 Doc_Year: 2013 Doc_Month: September Doc_Day: 01 Page: xx Title: Semantic error in UMLAssociationOrConnectorOrLinkShape::edge_instancespec invariant Nature: Clarification Severity: Minor CODE: 3TMw8 B1: Report Issue Remote Name: 63.117.77.7 Remote User: HTTP User Agent: Mozilla/5.0 (Windows NT 6.0; rv:24.0) Gecko/20100101 Firefox/24.0 Time: 11:51 AM Description: The OCL in UMLDI for UMLAssociationOrConnectorOrLinkShape::edge_instancespec invariant at "memberEnd->includes(e.modelElement))" has a semantic error becuase e is already an Element. Suggest change "e.modelElement" to "e".