UML 2.2 RTF Avatar
  1. OMG Issue

UML22 — Region - Additional structural constraints necessary

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

    Add the toe following query to the section "AdditionalOperations":

    [1] allParentRegions() replies a set of regions which are direct or indirect ancestors of this region

    Context Region::allParentRegions(): Set(Region) allParentRegions = if self.State->isEmpty() then Set{} else self.State.container->union(self.State.container.allParentRegions()) endif

    Add the following constraints to the section "Constraint"

    [5] A region does not directly belongs to a state machine and to a state self.StateMachine->intersection(self.State)->isEmpty()

    [6] Regions are properly nested not self.allParentRegions()->includes(self)

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

    No Data Available

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