SysML 2.1b1 RTF Avatar
  1. OMG Issue

SYSML21 — Textual Notation Potentially Incomplete

  • Key: SYSML21-314
  • Status: open  
  • Source: posteo.com ( Mr. Matthew Johnson)
  • Summary:

    It's likely that OrderedContainer is supposed to specialized Container, such that orderedContent can redefine content.

    abstract part def Container {
      abstract ref content : Base::Anything;
    }
    part def OrderedContainer {
      // By default, the following is a reference usage.
      orderedContent ordered :>> content;
    }
    
  • Reported: SysML 2.0b1 — Thu, 10 Jul 2025 15:24 GMT
  • Updated: Fri, 12 Sep 2025 04:13 GMT