UML 2.4 RTF Avatar
  1. OMG Issue

UML24 — Association owned derived union

  • Key: UML24-46
  • Legacy Issue Number: 15128
  • Status: closed  
  • Source: NASA ( Dr. Maged Elaasar)
  • Summary:

    Is it really illegal to define a non-navigable association-owned property as derived union?

    When I try that I invalidate the following constraint in section 7.3.44 the metamodel:

    [6]Only a navigable property can be marked as readOnly.
    isReadOnly implies isNavigable()

    Why "efficiency of access" (as implied by navigability) restrics read-only access?

    One way to get around that is to make the property owned in the "navigableOwnerEnd" vs. "ownedEnd" of the association? do we have any precedence of doing that in an abstract syntax?

  • Reported: UML 2.3 — Mon, 22 Mar 2010 04:00 GMT
  • Disposition: Resolved — UML 2.4
  • Disposition Summary:

    This constraint seems to be an old constraint from UML 1.x when navigability meant the same as ownership of property. It is not consistent with the meaning of navigability now, which is about “efficiency of access”.

  • Updated: Fri, 6 Mar 2015 20:58 GMT