-
Key: UML22-450
-
Legacy Issue Number: 12848
-
Status: closed
-
Source: Architecture Technology Institute ( Hiroshi Miyazaki)
-
Summary:
[3] The query allParents() gives all of the direct and indirect
ancestors of a generalized Classifier.
Classifier::allParents(): Set(Classifier);
allParents = self.parents()>union(self.parents()>collect(p |
p.allParents())It seems to be lack of the last parenthesis.
-
Reported: UML 2.1.2 — Wed, 10 Sep 2008 04:00 GMT
-
Disposition: Resolved — UML 2.2
-
Disposition Summary:
Indeed, there is a missing closing parenthesis.
-
Updated: Fri, 6 Mar 2015 20:58 GMT