UML 2.4 RTF Avatar
  1. OMG Issue

UML24 — Constraint is Wrong

  • Key: UML24-126
  • Legacy Issue Number: 15881
  • Status: closed  
  • Source: motorola ( bruce lu)
  • Summary:

    In the first item of the 'Constraints' clause,
    (self.name->isEmpty() or self.allNamespaces()>select(ns | ns.name>isEmpty())->notEmpty())
    implies self.qualifiedName->isEmpty()

    should be
    self.name->isEmpty() or (self.allNamespaces()>select(ns | ns.name>isEmpty())->notEmpty())
    implies self.qualifiedName->isEmpty()

  • Reported: UML 2.3 — Wed, 8 Dec 2010 05:00 GMT
  • Disposition: Resolved — UML 2.4
  • Disposition Summary:

    This issue has already been resolved by, or no longer applies to, the UML 2.5 Beta 1 specification.
    Disposition: Closed - No Change

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