![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: LinkRef usage Topic Summary: What exactly is LinkRef and how do you use it Created On: 5-May-2005 22:13 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: A "Link" can only get information from modules that are open. A "LinkRef" can get some information even if the module is not open. There are some functions that will only work with one or the other. A typical use is to open modules so "Link" can then be used. See quick code example: | |
![]() |
|
I get the Link and LinkModuleDescriptor classes, but I don't get the LinkRef class. What does it represent? What do you use it for? At first I thought it represented an in-link, but I don't think that's right.
TIA, Ayman ------------------------- Ayman Edited: 7-May-2005 at 00:07 by Ayman Abu-Mostafa |
|
![]() |
|
![]() |
|
A "Link" can only get information from modules that are open.
A "LinkRef" can get some information even if the module is not open. There are some functions that will only work with one or the other. A typical use is to open modules so "Link" can then be used. See quick code example: ------------------------- Bruce Tuskey Sr. Principle Engineer Tuskey@gmail.com "All that is gold does not glitter, not all those who wander are lost:..." - Gandalf the Grey (JRR Tolkien) Edited: 6-May-2005 at 18:25 by Bruce Tuskey |
|
![]() |
|
![]() |
|
Thanks, Bruce. That explains it.
BTW, I dig your signature. --Ayman ------------------------- Ayman Edited: 7-May-2005 at 00:06 by Ayman Abu-Mostafa |
|
![]() |
|
![]() |
|
Bruce, I ran this script
LinkRef lr Object o = current Object for lr in o <- "*" do { ModName_ mn = source(lr) print name(mn) "; " open(mn) "\n" } Module 1; false Module 2; false ------------------------- Ayman |
|
![]() |
|
![]() |
|
Ayman
"ModName_" is a module handle that does not require the module to be opened. Try this code: ------------------------- Bruce Tuskey Sr. Principle Engineer Tuskey@gmail.com "All that is gold does not glitter, not all those who wander are lost:..." - Gandalf the Grey (JRR Tolkien) Edited: 16-May-2005 at 18:58 by Bruce Tuskey |
|
![]() |
|
![]() |
|
See quick code example:
:-))) and where is the needed example. Somebody has stolen the cream of the thread ...
|
|
![]() |
Telelogic DOORS
» DXL Exchange
»
LinkRef usage
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.