UML 2.2 RTF Avatar
  1. OMG Issue

UML22 — Make ActivityGroup::containedNode a derived union

  • Key: UML22-1045
  • Legacy Issue Number: 9106
  • Status: closed  
  • Source: Eclipse Foundation ( Mr. Kenneth Hussey)
  • Summary:

    ActivityNode::inGroup is a derived union but its opposite, ActivityGroup::containedNode, is not.

    -> Make ActivityGroup::containedNode a derived union. As a result, ActivityPartition::containedNode, StructuredActivityNode::containedNode, and InterruptibleActivityRegion::containedNode will invalidly redefine ActivityGroup::containedNode, so rename ActivityPartition::containedNode to node, rename StructuredActivityNode::containedNode to ownedNode, rename InterruptibleActivityRegion::containedNode to node, and replace

    {redefines containedNode}

    with

    {subsets containedNode}

    on all three.

  • Reported: UML 2.0 — Wed, 19 Oct 2005 04:00 GMT
  • Disposition: Resolved — UML 2.1
  • Disposition Summary:

    see above

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