SysML 2.1b1 RTF Avatar
  1. OMG Issue

SYSML21 — Port conjugation using the short name of the port definition.

  • Key: SYSML21-651
  • Status: open  
  • Source: Arcfield ( Mr. Adam Skrzypczak)
  • Summary:

    You cannot use a conjugated port definition via its short name.

        port def <A1> 'Alpha 1' {
            in item xyz;
        }
        part def ABC {
            port a1 : A1;
        }
        part def XYZ {
            port a1 : ~A1; //This causes an issue.
        }
    
  • Reported: SysML 2.0b4 — Tue, 9 Jun 2026 18:40 GMT
  • Updated: Sun, 30 Aug 2026 20:30 GMT