![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Making linksets mandatory Topic Summary: Created On: 12-Jul-2006 07:21 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: To create a linkModuleDescriptor (LMD) use addLinkModuleDescriptor. This is the equivalent of selecting Add.. in the GUI. The manual does not include the following variant, which allows you to specify that the LMD is mandatory (optional 5th parameter): string addLinkModuleDescriptor(Folder folder,string source,string target,bool overridable,bool mandatory, string name,string description) You can get and set the mandatory property of LMD's using the following: string setMandatory(LinkModuleDescriptor,bool) bool getMandatory(LinkModuleDescriptor) You can get and set the exclusive property using the following. This is the same as the checkbox on the GUI "only allow outgoing links as specified in the above list": string setLinkModuleDescriptorsExclusive(Folder,ModName_,bool) bool getLinkModuleDescriptorsExclusive(Folder,ModName_) | |
![]() |
|
Does anybody know how to make linksets Mandatory using DXL?? I found functions setOverridable, getOverridable in the reference manual but nothing related to the property mandatory .
|
|
![]() |
|
![]() |
|
To create a linkModuleDescriptor (LMD) use addLinkModuleDescriptor. This is the equivalent of selecting Add.. in the GUI. The manual does not include the following variant, which allows you to specify that the LMD is mandatory (optional 5th parameter):
string addLinkModuleDescriptor(Folder folder,string source,string target,bool overridable,bool mandatory, string name,string description) You can get and set the mandatory property of LMD's using the following: string setMandatory(LinkModuleDescriptor,bool) bool getMandatory(LinkModuleDescriptor) You can get and set the exclusive property using the following. This is the same as the checkbox on the GUI "only allow outgoing links as specified in the above list": string setLinkModuleDescriptorsExclusive(Folder,ModName_,bool) bool getLinkModuleDescriptorsExclusive(Folder,ModName_) ------------------------- Tony Goodman http://www.smartdxl.com |
|
![]() |
|
![]() |
|
Thanks for the Info. My script is up and running
|
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Making linksets mandatory
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.