SysML 2.0b3 FTF Avatar
  1. OMG Issue

SYSML2_ — Syntactic Sugar Notation to Define Payload for Flow Def

  • Key: SYSML2_-364
  • Status: open  
  • Source: Dassault Systemes ( Mr. Tomas Juknevicius)
  • Summary:

    Currently, the only way to create payload for flow def is to redefine it explicitly:

    flow def SomeFD {
       :>>payload: SomeData;
       end :FirstEndType;
       end :SecondEndType;
    }
    

    it would be nice for the same syntactic sugar "of TypeOfPayload" to be available for flow defs as is now available for flow usages:

    flow def SomeFD  of SomeData {
       end :FirstEndType;
       end :SecondEndType;
    }
    
  • Reported: SysML 2.0b2 — Mon, 4 Nov 2024 08:13 GMT
  • Updated: Sun, 24 Nov 2024 04:41 GMT