![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Linksets Navigation Topic Summary: Created On: 8-Jan-2004 16:49 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
I understand that a dxl code can be written to obtain the linksets with source and
target modules in a project by parsing thru link modules in a project. I am trying to accomplish this by parsing thru formal modules in a project, not sure if its possible or not. The logic should be something similar to: open module, generate a listing of participating linksets and for each of those obtain the source or target module's info. Did anyone try this before? |
|
![]() |
|
![]() |
|
The attached will list linked modules. This lists modules that are actually linked, not linksets.
------------------------- Tony Goodman http://www.smartdxl.com Edited: 9-Jan-2004 at 13:23 by Tony Goodman |
|
![]() |
|
![]() |
|
The attached will list the Link Module Descriptors.
------------------------- Tony Goodman http://www.smartdxl.com |
|
![]() |
|
![]() |
|
I did this a while ago. Outline attached. Use the code to accumulate all linksets of links in the project.
This accumulated list differs from the list of linksets dirived by quering the "objects" in all link modules in the project as follows: o The code finds linksets ONLY for existing links. If you create a linkset in a link module but don't create any links, the code won't find it. o The code finds all outgoing linksets, even when the linkset itself or the target module is located OUTSIDE the project. o The code does NOT find incoming linksets when the source module is outside the project. The code will need to use "fullName" rather than "name" when parts of the links are outside the project or when module names are not unique within the project (such as multiple "DOORS Links"). - Louie |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Linksets Navigation
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.