KerML 1.0b2 FTF Avatar
  1. OMG Issue

KERML — unknown non-terminal reference in EBNF

  • Key: KERML-160
  • Status: closed   Implementation work Blocked
  • Source: Georgia Institute of Technology ( Dr. Richard Wallace)
  • Summary:

    In the EBNF:

    MetaclassificationExpression : OperatorExpression =
    ownedRelationship += MetadataArgumentMember
    ( operator = MetaClassificationTestOperator
    ownedRelationship += TypeReferenceMember
    | operator = MetaCastOperator
    owendRelationsip += TypeResultMember
    )
    

    There is no non-terminal named "MetaCastOperator" in the EBNF. Should this be "CastOperator" instead?

  • Reported: KerML 1.0b1 — Tue, 5 Sep 2023 19:05 GMT
  • Disposition: Duplicate or Merged — KerML 1.0b2
  • Disposition Summary:

    Merge with KERML-189

    This is handled in the resolution to KERML-189.

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