Problem
The links in a link module should be iterated
Approach
Link Modules can be read with the appropriate method like formal modules.
Solution
nSatisfiesLinkModule = "/NDS/90 Administration/Satisfies";
Object o = null;
string src = "";
string tgt = "";
SatisfiesLinkModule = read(nSatisfiesLinkModule, false);
for o in SatisfiesLinkModule do
{
// get names of source and target modules
src = o."source" ""
tgt = o."target" ""
print src " -> " tgt "\n"
}
Ein Gedanke zu „IBM Doors DXL: Iterate over Linkmodule“