tf = moveUp(ref) moves the
referenced requirement ref up one spot in the hierarchy, and returns
1 if the move executes without error.
The referenced requirement ref cannot be moved to a new level in the hierarchy.
Note
You can use this method only in the PostImportFcn callback.
This example shows how to move an imported referenced requirement up and down in the hierarchy in the PostImportFcn callback.
Use slreq.import to import the ReqIF™ file mySpec.reqif into Requirements Toolbox™. Name the imported requirement set myReqSet, register the script myPreImportScript2 as the PreImportFcn, and register the script movePostImport as the PostImportFcn callback to use during import. Return a handle to the requirement set.
The script myPreImportScript2 uses slreq.getCurrentImportOptions to get the import options, then specifies the attribute mapping file to use during import.
The mapping file myMappingFile2.xml maps these attributes from the ReqIF file to these properties in Requirements Toolbox:
ReqSum to Summary
Desc to Description
ID to Custom ID
The script myPostImportScript uses slreq.getCurrentObject to get a handle to the import node, gets the requirement set that the import node belongs to. The script then finds the referenced requirement that has Summary set to Requirement 3 and moves it up. It also finds the referenced requirement that has Summary set to Requirement 1 and moves it down.
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: United States.
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.