Systems-Modeling / SysML-v2-Pilot-Implementation

Proof-of-concept pilot implementation of the SysML v2 textual notation and visualization
GNU Lesser General Public License v3.0
123 stars 24 forks source link

ST6RI-729 Alias memberships, especially unnamed ones, are duplicately rendered in actions #516

Closed himi closed 10 months ago

himi commented 10 months ago

The visualizer rendered the unnamed memberships, which are typically created by InitialNodeMember such as first xxx;. So it looked actions are rendered in a duplicated manner. This PR lets the visualizer ignore such memberships.

himi commented 10 months ago

After this fix,

action a1 {
    action a11;
    first a11;
    then done;
}

is rendered as: Screenshot 2023-11-23 at 1 13 13 PM