updateRegisteredReqSets
Class: slreq.LinkSet
Namespace: slreq
Update requirement sets registered to link set
Syntax
updateRegisteredReqSets(myLinkSet)
Description
updateRegisteredReqSets(
updates the
requirement sets registered in the link set myLinkSet
)myLinkSet
. If a currently
registered requirement set has incoming links from the link set
myLinkSet
, then it remains registered. Otherwise, the software
unregisters the requirement sets from the link set myLinkSet
.
Input Arguments
Examples
Tips
When you create a link to a requirement, the requirement set of the requirement becomes registered to the link set of the link. You can get the currently registered requirement sets for the link set by using
getRegisteredReqSets
. For more information, see Load Registered Requirement Sets.You can only unregister a requirement set that is not loaded.
Loading the link set loads the requirement sets registered to that link set. For more information, see Load and Resolve Links.
Version History
Introduced in R2018a