]
Brett Meyer resolved ARTIF-625.
-------------------------------
Fix Version/s: 0.8.0.Final
Resolution: Done
Support Target#otherAttributes
------------------------------
Key: ARTIF-625
URL:
https://issues.jboss.org/browse/ARTIF-625
Project: Artificer
Issue Type: Enhancement
Reporter: Brett Meyer
Assignee: Brett Meyer
Fix For: 0.8.0.Final
Target is currently mapped directly on the sramp:relationship node type, through the
following:
{code}
- sramp:targetType (string) multiple
- sramp:relationshipTarget (weakreference) multiple <
'sramp:baseArtifactType'
{code}
Instead, that needs pulled out into a separate sramp:target type. Then, also include the
following, necessary for Target#otherAttributes:
{code}
- * (string)
- * (string) multiple
{code}
Add support for storing Target#otherAttributes in the visitors. See
Relationship#otherAttributes and SRAMP-622.
This needs to wait till 1.0 as it's a breaking change in the CND.