Hi.
I've done a template to generate an RTF document of an Use-Case Diagram and it is working well, except for the connectors.
At my template, I list the Actors by listing the elements that point to the Use Case, this way:
connector >
source >
element >
{Element.Name}
< element
< source
< connector
But doing this also shows the Use Case name 3 times, because it points to 3 requirements.
Can I do something to show only the elements of "Actor" type, or that are not requirements, or ignore the element that is the same of which the documentation is being generated?
The only way I managed to do this was setting the option "Connector Direction" to "Target -> Source" before generating the document, but this isn't sufficient, because I have to list the requirements of the Use Case at another section of the document, so I would like to use something like this:
connector >
target >
element >
{Element.Name}
< element
< target
< connector
So, if I do this, the Use Case name will appear, because it is the target of the Actor connector.
Please, someone could help?
Thanks in advance.