UML 2.2 RTF Avatar
  1. OMG Issue

UML22 — LinkEndData - Additional operation not correct

  • Key: UML22-1264
  • Legacy Issue Number: 7184
  • Status: closed  
  • Source: PostFinance ( Karl Guggisberg)
  • Summary:

    "Additional operations: [1] association operates on LinkAction. It returns the association of the action. association(); association = self.endData->asSequence().first().end.association"

    This operation is already defined for LinkAction on page 237. Here, it should be

    Additional operations

    [1] association operates on LinkEndDate. It returns the association represented by this LinkEndData.

    context LinkEndData::association():Association post: result = end.association

    Then the operation association() on page 237 could be changed to

    [1] association operates on LinkAction. It returns the association of the action.

    context LinkAction::association():Assocation post: result = endData->asSequence().first().association()

  • Reported: UML 2.0 — Sun, 21 Mar 2004 05:00 GMT
  • Disposition: Resolved — UML 2.1
  • Disposition Summary:

    see above

  • Updated: Fri, 6 Mar 2015 22:54 GMT