UML 2.2 RTF Avatar
  1. OMG Issue

UML22 — Multiple activity edges between a given pair of activity nodes possible ?

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

    Multiple activity edges between a given pair of activity nodes possible ?

    Currently, there is no constraint which would forbid two Activity Edges with the same source/target pair, i.e.

    --------- -------- | A1 | --------> | A1 | | | | | | | --------> | | -------- ---------

    The following constraint should be added to the Constraints section of Activity Edge on page 293:

    Constraints

    [3] There is at most one ActivityEdge given a source and a target Activity Node. source.outgoing->select(ae | ae.source = source and ae.target = target)>size() = 1 and target.incoming>select(ae | ae.source = source and ae.target = target)->size() = 1

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

    No Data Available

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