Issue 11379: Section: 8.3.4.6 Constraints (updm-ftf) Source: International Business Machines (Mr. Fred Mervine, fred(at)mervine.us) Nature: Revision Severity: Significant Summary: [1] Asserts that Concerns is not empty self.concerns-> forAll(getAppliedStereotype('UPDM::Concern')->notEmpty()) Rule only checks for ArchitectureView, should check for all of the specializations of ArchitectureView. Should be: self.client->forAll(getAppliedStereotype('UPDM::ArchitectureView')->notEmpty() or getAppliedStereotypes()->collect(allParents())->any(qualifiedName = 'UPDM::ArchitectureView') ->notEmpty()) and self.supplier->forAll(getAppliedStereotype('UPDM::Viewpoint')->notEmpty()) 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.3.4.6 Constraints FormalNumber: dtc/2007-08-02 Version: Beta 1 RevisionDate: 08/02/07 Page: 39 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 [1] Asserts that Concerns is not empty self.concerns-> forAll(getAppliedStereotype('UPDM::Concern')->notEmpty()) Rule only checks for ArchitectureView, should check for all of the specializations of ArchitectureView. Should be: self.client->forAll(getAppliedStereotype('UPDM::ArchitectureView')->notEmpty() or getAppliedStereotypes()->collect(allParents())->any(qualifiedName = 'UPDM::ArchitectureView') ->notEmpty()) and self.supplier->forAll(getAppliedStereotype('UPDM::Viewpoint')->notEmpty())