Issue 2278: OCL needs to be added (uml2-superstructure-ftf) Source: (, ) Nature: Clarification Severity: Minor Summary: Summary: Only binary associations may be aggregates. There needs to be OCL added to do this. Resolution: Add the missing OCL Revised Text: In Infrastructure section 11.3.1 Association add the following to the end of the Constraints section: [4] Only binary associations can be aggregations self.memberEnd->exists(isComposite) implies self.memb erEnd->size() = 2 In Superstructure section 7.11.2 Association add the following to the end of the Constraints section: [4] Only binary associations can be aggregations self.memberEnd->exists(aggregation <> AggregationKind::none) implies self.memberEnd->size() = 2 Actions taken: December 22, 1998: received issue March 8, 2005: closed issue Discussion: received issue End of Annotations:===== Return-Path: Date: Tue, 22 Dec 1998 02:42:57 -0500 From: brian@it.swin.edu.au To: juergen@omg.org, web-incoming@omg.org Subject: Issue Report Name: Brian Henderson-Sellers Company: Swinburne University of Technology mailFrom: brian@it.swin.edu.au Notification: Yes Specification: UML1.1 Section: 4.4 Formal #: ad/97-08-04 Version: 1.1 Revision_Date: 09/01/97 Page: 38 Nature: Clarification Severity: Minor full_desc: Only binary associations may be aggregates. There needs to be OCL added to do this. submit: Submit Issue Report