SysML 2.1b1 RTF Avatar
  1. OMG Issue

SYSML21 — Provide Transportation example wrong

  • Key: SYSML21-373
  • Status: open  
  • Source: Elparazim ( Mr. George Edward Roberts)
  • Summary:

    subject vehicle : Vehicle {
    ...
    then event occurrence startsDrive [1];
    then event occurrence endsDrive [1];

    should be

    subject vehicle : Vehicle {
    ...
    then event occurrence drives [1];

    to make
    then message of Drive from vehicle.drives to environment.vehicleDrives;

    correct

  • Reported: SysML 2.0b4 — Sat, 13 Sep 2025 14:49 GMT
  • Updated: Thu, 25 Sep 2025 20:51 GMT