Sparx Systems Forum
Enterprise Architect => General Board => Topic started by: marku on July 23, 2019, 11:43:16 pm
-
Hi
Mayby its possible in EA15:
I want in "Generate Documentation" ( via Template) generate list of Visible connector from Diagram. Like: Name relation,Type,Source, Target.
When I prepare Template I can only add:
diagram >
connector >
{Connector.Alias},{Connector.Conveyed},{Connector.Direction},{Connector.Effect},{Connector.Guard},{Connector.GUID},{Connector.IsLeaf},{Connector.IsRoot},{Connector.Name},{Connector.Notes},{Connector.SourceColumns},{Connector.Stereotype},{Connector.StereotypeEx},{Connector.TargetColumns},{Connector.Type},{Connector.Weight}
< connector
But - Where is "Source" and "Target"? (In my opinion it's more necessary)
In EA 15 diagram can change to "Relation Matrix View" it's really great, but: how add them to template (Of Course - I can save it as picture in a Linked document- but every time, when I change relations in diagram I must remember to change picture)
-
You have to include the:
>Source
inside the
>Connector
(which means you have to select the Source from the left panel in the template editor)
-
You think about it?:
package >
diagram >
< diagram
connector >
{Connector.Name};{Connector.Type}
source >
element >
{Element.Name}
< element
< source
target >
element >
{Element.Name}
< element
< target
< connector
< package
- dosen't work :(
I check all "document Options" in Template. - I dont't have any filtr