enterprise architect - Include Composite Diagrams in EA RTF Generation -


using sparx enterprise architect 10:

i have package containing diagram , number of activity elements. elements on diagram , contain composite activity diagram elements other packages. structure containing composite diagrams looks this:

structure containing composite diagram

the structure containing of tests on verify product1 activity diagram might this:

structure containing individual tests

is there way include composite diagrams when generating rtf report?

currently, rtf template set process:

  • packages
  • package elements
  • diagrams
  • diagram elements

i'd generate like:

    1. verify system1 (package)
  • 1.1. verify system1 (diagram)
  • 1.1.1. verify product0 (element)
  • 1.1.1. verify product1 (element)
  • 1.1.1.1 verify product1 (diagram)
  • 1.1.1.1.1 verify product1 subsystem0 (element)
  • 1.1.1.1.1 verify product1 subsystem1 (element)
  • 1.1.1.1.1 verify product1 subsystem2 (element)
  • 1.1.1. verify product2 (element)

(assuming 3 test cases on verify product1 diagram.)

note: understand how create rtf templates need them: don't understand how indicate want composite diagrams processed.

you can achieve (with small trick). need follow hierarchy shown in image below enter image description here

the expected hierarchy is

package

->diagram

->element

->->diagram

->->->element

now trick, when enable diagram under package->element, wouldn't have option enable element again, work around this, enable "element" under (package->diagram) cut , paste place holder (element>.....element->diagram)

have exported template (rtf) reference, can import , try apply on verify system package) https://www.dropbox.com/s/b9y9jo4xk0yq2zf/samplertftemplate.rtf


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -