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
114 stars 23 forks source link

ST6RI-747 The direction property is not serialized in XMI for parameters owned by ParameterMemberships #547

Closed seidewitz closed 3 months ago

seidewitz commented 3 months ago

The implementation of the resolution of KERML-75 in PR #528 inadvertently caused the direction property of parameters owned via ParameterMemberships to not be serialized in XMI. This PR fixes that bug. (Note that this bug did not effect serialization to JSON.)