Skip to content

RelationGroup should contain target identifier, currently only target object #10

@Helmut-Ortmann

Description

@Helmut-Ortmann

Prerequisites

  • I have written a descriptive issue title
  • I have verified that I am running the latest version of the ReqIFSharp
  • I have searched open and closed issues to ensure it has not already been reported

Description

Feature request: Access to target identifier in RelationGroup(if target object isn't available in *.reqif file, external link)

Given a *.reqif file with a RelationGroup where the target object isn't part of the reqif file (external link). It would be nice to get the identifier of that target object (SpecObject).

New/Changed Interface:
string CoreContent[i].SpecRelations.TargetIdentifier or so

The xml snippet. The identifier 'x0400000001330720' isn't specified in *.reqif. It's part of another file.
<SPEC-RELATION IDENTIFIER="x1500000001330753" LAST-CHANGE="2015-03-31T16:33:20+02:00"> <TARGET> <SPEC-OBJECT-REF>x0400000001330720</SPEC-OBJECT-REF> </TARGET> <SOURCE> <SPEC-OBJECT-REF>x040000000133073F</SPEC-OBJECT-REF> </SOURCE> <TYPE> <SPEC-RELATION-TYPE-REF>SPECREL</SPEC-RELATION-TYPE-REF> </TYPE> </SPEC-RELATION>

Steps to Reproduce

only Interface extension.

System Configuration

  • ReqIFSharp version:
    • [1.3.2 ] ReqIFSharp:
    • Other:
  • Environment (Operating system, version and so on): windows 10
  • .NET Framework version: net 4.6.2
  • Additional information:

Metadata

Metadata

Assignees

Labels

featurea feature request for new capabilities

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions