KerML 1.0b2 FTF Avatar
  1. OMG Issue

KERML — Link participant feature called an association end

  • Key: KERML-39
  • Status: open  
  • Source: NIST ( Mr. Conrad Bock)
  • Summary:

    Clause 9.2.3.1 (Links Overview) says

    The participant Feature of Link is the most general associationEnd, identifying the things being linked by (at the "ends" of) each Link (exactly one thing per end, which might be the same things).

    but the two places it appears in the Links model library

      readonly feature participant: Anything[2..*] nonunique ordered;
    
      feature participant: Anything[2] nonunique ordered redefines Link::participant;
    

    do not include the "end" keyword (are not end features), to prevent the semantics of end features from applying to the participant feature (see KERML-37).

  • Reported: KerML 1.0a1 — Wed, 26 Apr 2023 15:24 GMT
  • Updated: Mon, 8 Apr 2024 21:42 GMT