I have four modules A, B, C and D where in each module is linked i.e., A -> B -> C -> D. The lower level module has only reference to next higer level module. So i cannot draw links from D to B for example. My aim is to be able to see a top down traceability view in Module A from all the 3 modules (B, C & D). Better described, i should be able to see a particular attribute from each Module B, C & D in Module A to create a traceability matrix in A.
i tried the following method:
Using Wizard Analysis tool, generate the reference attribute from higher level module and copy it into a text attribute in low level module so that links can be drawn directly from C and D modules to A. But this will not make the job dynamic and everytime there is an update in middle level modules, i will have to repeat this step.
IBM Rational DOORS V9.6 is used for this purpose. Any suggestions/Ideas using DXL scripting are also welcome. Thanks in advance for your time.