updateReferences
Class: slreq.ReqSet
Namespace: slreq
Update referenced requirements in requirement set
Syntax
[status,changeList] = updateReferences(rs,docID)
[status,changeList] = updateReferences(rs,topRef)
Description
[
updates the referenced requirements in the requirement set status
,changeList
] = updateReferences(rs
,docID
)rs
by using
the external requirements document specified by docID
. The function
returns the update status and a list of changes made to the requirements.
[
updates the referenced requirements under the Import node status
,changeList
] = updateReferences(rs
,topRef
)topRef
in the
requirement set rs
. The function updates the referenced requirements by
using the external document associated with the Import node.
Input Arguments
Output Arguments
Examples
Tips
To update the referenced requirements under an import node without specifying the requirement set, use the
updateFromDocument
method. Additionally, you can use theupdateFromDocument
to update the referenced requirements when you change the name or path of the external requirements document.
Version History
Introduced in R2017b