updateRegisteredReqSets
Class: slreq.LinkSet
Package: 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
or if the requirement set is loaded, 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. If you delete the link to the requirement, you must manually unregister the requirement set from the link set. You can get the currently registered requirement sets for the link set by using
getRegisteredReqSets
.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 Link Information.