SysML 2.0b4 FTF Avatar
  1. OMG Issue

SYSML2_ — Resolution SYSML2_-424 uses invalid operation call of base mapping class

  • Key: SYSML2_-496
  • Status: closed  
  • Source: oose Innovative Informatik eG ( Mr. Tim Weilkiens)
  • Summary:

    The resolution of issue SYSML2_-424 adds a call of ElementMain_Mapping::ownedRelationship() to the operation InformationFlow_Mapping::ownedRelationship(). However, InformationFlow_Mapping is not a main mapping and does not directly or indirectly specializes ElementMain_Mapping which makes the call invalid.

    self.oclAsType(ElementMain_Mapping).ownedRelationship()
    
  • Reported: SysML 2.0b2 — Fri, 31 Jan 2025 13:50 GMT
  • Disposition: Resolved — SysML 2.0b4
  • Disposition Summary:

    Remove invalid call of ElementMain_Mapping::ownedRelationship()

    The resolution of SYSML2_-424 includes an invalid call which has to be removed.

  • Updated: Sat, 19 Jul 2025 19:26 GMT