Issue 11384: Section: 8.4.13.6 Constraints (updm-ftf) Source: International Business Machines (Mr. Fred Mervine, fred(at)mervine.us) Nature: Revision Severity: Significant Summary: [4] Asserts that an OperationalActivity must be owned by an OperationalNode, one of its specializations or an OperationalCapabilityRealization. let x:uml::Class = self.owner.oclAsType(uml::Class) in x.getAppliedStereotype('UPDM::OperationalCapabilityRealization') ->notEmpty() or x.getAppliedStereotype('UPDM::OperationalNode')->notEmpty() or x.getAppliedStereotypes()->collect(allParents())->any(qualifiedName = 'UPDM::OperationalNode') ->notEmpty() Don't need : x.getAppliedStereotype('UPDM::OperationalCapabilityRealization') ->notEmpty() or Resolution: Revised Text: Actions taken: September 13, 2007: received issue Discussion: End of Annotations:===== me: Fred Mervine Company: IBM mailFrom: fmervine@us.ibm.com Notification: Yes Specification: UML Profile for the Department of Defense Architecture Framework and the Ministry of Defence Architecture Framework Section: 8.4.13.6 Constraints FormalNumber: dtc/2007-08-02 Version: Beta 1 RevisionDate: 08/02/07 Page: 87 Nature: Revision Severity: Significant HTTP User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6 Description [4] Asserts that an OperationalActivity must be owned by an OperationalNode, one of its specializations or an OperationalCapabilityRealization. let x:uml::Class = self.owner.oclAsType(uml::Class) in x.getAppliedStereotype('UPDM::OperationalCapabilityRealization') ->notEmpty() or x.getAppliedStereotype('UPDM::OperationalNode')->notEmpty() or x.getAppliedStereotypes()->collect(allParents())->any(qualifiedName = 'UPDM::OperationalNode') ->notEmpty() Don.t need : x.getAppliedStereotype('UPDM::OperationalCapabilityRealization') ->notEmpty() or