Welcome to Telelogic Product Support
  Home Downloads Knowledgebase Case Tracking Licensing Help Telelogic Passport
Telelogic DOORS (steve huntington)
Decrease font size
Increase font size
Topic Title: How to find link modules exists between two modules
Topic Summary:
Created On: 8-Jan-2007 07:15
Status: Post and Reply
Linear : Threading : Single : Branch
Search Topic Search Topic
Topic Tools Topic Tools
Quick Reply Quick Reply
Subscribe to this topic Subscribe to this topic
E-mail this topic to someone. E-mail this topic
Bookmark this topic Bookmark this topic
View similar topics View similar topics
View topic in raw text format. Print this topic.
 8-Jan-2007 07:15
User is offline View Users Profile Print this message


Jayaprakash Lingamaneni

Posts: 20
Joined: 23-Jun-2006

Hi All

Can I know the link modules housed between the two modules.

For examples, I have two modules "Test Module1" and "Test Modules2".
My function should be like this

findLinkModules(Test Module1, Test Module2) {
         // Return link modules
}

Thanks in advance

Regards
Jayaprakash

Report this to a Moderator Report this to a Moderator
 8-Jan-2007 09:14
User is offline View Users Profile Print this message


Tony Goodman

Posts: 1098
Joined: 12-Sep-2002

Link module descriptors define which link module to use when linking between two modules. These are stored in the folder of the source module.

The following function will get you the name of the link module. On success the function returns an empty string, otherwise an error.

If however it is actual links you are interested in, then you need to loop throughthe objects in your source module and inspect each link to determine the link module.

-------------------------
Tony Goodman
http://www.smartdxl.com

Edited: 8-Jan-2007 at 09:16 by Tony Goodman
Report this to a Moderator Report this to a Moderator
 8-Jan-2007 09:31
User is offline View Users Profile Print this message


Jayaprakash Lingamaneni

Posts: 20
Joined: 23-Jun-2006

Thank you Tony
This function helps me a lot
and thank you for your quick response
Report this to a Moderator Report this to a Moderator
 8-Jan-2007 23:53
User is offline View Users Profile Print this message


Louie Landale

Posts: 2070
Joined: 12-Sep-2002

Tony finds LMDs defined between the two modules. Those help put links in the right module. This is definately not the same thing as finding link modules that are used to house links between the modules.

You can brouse through all the links of all objects in a module, making use of the ModName_ mn = module(lnk) command.

- Louie
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic DOORS forum.
There are currently 1 users logged in.
The most users ever online was 15 on 15-Jan-2009 at 16:36.
There are currently 0 guests browsing this forum, which makes a total of 1 users using this forum.
You have posted 0 messages to this forum. 0 overall.

FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.