SysML 2.0b2 FTF Avatar
  1. OMG Issue

SYSML2 — Part properties with AggregationKind::none or shared are not mapped to PartUsage with isComposite=false

  • Key: SYSML2-432
  • Status: closed  
  • Source: oose Innovative Informatik eG ( Mr. Tim Weilkiens)
  • Summary:

    Part properties with AggregationKind::none or shared are mapped to Feature, but should be a PartUsage with isComposite=false.

  • Reported: SysML 2.0b1 — Fri, 8 Sep 2023 15:23 GMT
  • Disposition: Resolved — SysML 2.0b2
  • Disposition Summary:

    Change Part_Mapping to handle part properties with AggregatinKind != composite

    The name of the mapping class typically represents the UML4SysML resp. SysML v1 concept that is mapped. Therefore, the mapping class is renamed from Part_Mapping to PartProperty_Mapping to increase the clarity.

    The filter() operation includes only properties with AggregationKind = composite. That part of the filter condition can be removed.

    The inherited isComposite() operation handles the correct mapping of the aggregation kind.

  • Updated: Tue, 1 Jul 2025 14:49 GMT