KerML 1.0b4 FTF Avatar
  1. OMG Issue

KERML_ — Incorrect binding syntax in Feature Values Semantics

  • Key: KERML_-61
  • Status: closed  
  • Source: Model Driven Solutions ( Mr. Ed Seidewitz)
  • Summary:

    In 8.4.4.11 Feature Values Semantics, the following binding declaration appear in the second textual notation snippet:

    member binding f = e.result featured by T;

    and the fourth snippet:

    member binding f = e.result featured by that.startShot;

    These are both syntactically incorrect. The correct syntax is:

    member binding b featured by T of f=e.result;

    and

    member binding b featured by that.startShot of f=e.result;

  • Reported: KerML 1.0b2 — Wed, 17 Apr 2024 20:13 GMT
  • Disposition: Resolved — KerML 1.0b4
  • Disposition Summary:

    Correct binding declarations

    Agreed.

  • Updated: Sat, 19 Jul 2025 18:58 GMT