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-760 Actor and stakeholder property derivations only return owned usages #569

Closed seidewitz closed 2 weeks ago

seidewitz commented 3 weeks ago

According to the Beta 2 version of the SysML v2 specification, the derivations of the actorParameter and stakeholderParameter properties for RequirementDefinitions and RequirementUsages and of actorParameter for CaseDefinitions and CaseUsages are supposed to included both owned and inherited actors and stakeholders. Previously, however, the implementation only returned owned actors and stakeholders. This PR corrects the implementation to be conformant with the specification.