-
Key: UMLR-776
-
Status: open
-
Source: Deniz Eren ( Deniz Eren)
-
Summary:
Hi,
UML machine consumable xmi 2.5.1 xmi-id "Namespace-excludeCollisions" has OCL:
result = (imps->reject(imp1 | imps->exists(imp2 | not imp1.isDistinguishableFrom(imp2, self))))
However clearly it should have "imp1 <> imp2" like this:
result = (imps->reject(imp1 | imps->exists(imp2 | imp1 <> imp2 and not imp1.isDistinguishableFrom(imp2, self))))
Best regards,
Deniz -
Reported: UML 2.5.1 — Fri, 29 Jan 2021 12:43 GMT
-
Updated: Fri, 29 Jan 2021 17:58 GMT
UMLR — OCL for excludeCollisions in Namespace element seems incorrect
- Key: UMLR-776
- OMG Task Force: UML 2.6 RTF