KerML 1.0b2 FTF Avatar
  1. OMG Issue

KERML — deriveElementIsLibraryElement Typo

  • Key: KERML-103
  • Status: closed  
  • Source: Self ( Jim Ciarcia)
  • Summary:

    Constraints
    deriveElementIsLibraryElement
    "isLibraryElement = libraryNamespace() <>null"
    There needs to be a space between the operator and the null.

    Should read:
    "isLibraryElement = libraryNamespace() <> null"

  • Reported: KerML 1.0b1 — Sun, 9 Jul 2023 20:43 GMT
  • Disposition: Resolved — KerML 1.0b2
  • Disposition Summary:

    Update OCL

    The OCL syntax does not actually require spaces around the <>. Stylistically, however, it is more consistent to add the space, as suggested.

  • Updated: Tue, 1 Jul 2025 15:00 GMT