Nooby here needs to reverse 1:1 links between two modules. Using DOORS v9.02. |
Re: reversing links 1. Use Analysis wizard to show the absolute number from the other end of the links (make sure you are selecting a specific link module and formal module so you only get one linkset. 2. Convert layout dxl to attribute dxl 3. Create text attribute 'linkto' 3. Use a simple script (more later) to make this into a text attribute 4. Use link by attribute to make links in other direction. simple script goes something along the lines of Module m=current Object o for o in m do { o."linkto" = o."dxl for column" } As with all dxl that you are unsure of, test this on a sandbox module first replace the attribute names in the script with the real ones that you have in your module. |
Re: reversing links SystemAdmin - Tue Sep 07 12:26:59 EDT 2010 |