-
Notifications
You must be signed in to change notification settings - Fork 15
Description
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: