UML 2.5 FTF Avatar
  1. OMG Issue

UML25 — P.58 Missing closing bracket in second constraint

  • Key: UML25-594
  • Legacy Issue Number: 7669
  • Status: closed  
  • Source: CA Technologies ( Danny Saro)
  • Summary:

    Missing closing bracket in second constraint on P.58

    It reads:

    classifier->forAll(c |

    (c.allFeatures()>forAll(f | slot>select(s | s.definingFeature = f)->size() <= 1)

    )

    And should read:

    classifier->forAll(c |

    (c.allFeatures()>forAll(f | slot>select(s | s.definingFeature = f)->size() <= 1))

    )

  • Reported: UML 1.4.2 — Tue, 10 Aug 2004 04:00 GMT
  • Disposition: Resolved — UML 2.5
  • Disposition Summary:

    Discussion
    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:59 GMT