Book a Demo

Author Topic: RTF (template)Document Generation+realized element  (Read 4282 times)

adamg

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
RTF (template)Document Generation+realized element
« on: January 20, 2006, 07:12:13 am »
How-to include in the RTF a realized element?

concrete problem:
I have a package for the GUI model
on the same level, there is a package for the UC model

The screens are realizing the UC's
realization
source: UC 148 target: SCR 149
under the UC 148 there are some activity and sequence diagrams

Now I'd like to have a docu from the model which looks like:

UC model package
- UC 148
 - notes+scenario+constraints
 - activity diagram+notes
 - sequence diagram+notes
 - screen diagram

up to the sequence diagram everything is OK, the screen I cannot get.

please help

adamg

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: RTF (template)Document Generation+realized ele
« Reply #1 on: January 20, 2006, 11:24:41 am »
Or, in one sentence: how to create a complete UseCase documentation when the related GUI model is also there.

adamg

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: RTF (template)Document Generation+realized ele
« Reply #2 on: January 20, 2006, 11:33:42 am »
One more good question is how to create a nice table for source and target elements, like this:











source namesource typetypetarget nametarget type
UC 149UseCaserealizationSCR 148Screen
...............

adamg

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: RTF (template)Document Generation+realized ele
« Reply #3 on: January 21, 2006, 08:59:32 am »
Quote
One more good question is how to create a nice table for source and target elements, like this:

source namesource typetypetarget nametarget type
UC 149UseCaserealizationSCR 148Screen
...............


This one I managed from the (basic) template, althought copy+paste is not working for that.

adamg

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: RTF (template)Document Generation+realized ele
« Reply #4 on: January 23, 2006, 02:09:06 am »
Quote
How-to include in the RTF a realized element?

concrete problem:
I have a package for the GUI model
on the same level, there is a package for the UC model

The screens are realizing the UC's
realization
source: UC 148 target: SCR 149
under the UC 148 there are some activity and sequence diagrams

Now I'd like to have a docu from the model which looks like:

UC model package
- UC 148
  - notes+scenario+constraints
  - activity diagram+notes
  - sequence diagram+notes
  - screen diagram

up to the sequence diagram everything is OK, the screen I cannot get.

please help


worst case idea:
- generate a doc for each UC
- create a Word doc for each UC, where the above generated doc and the screen diagram picture is linked in
- generate a doc for the UC diagram(s) -- for the package, just to have the diagrams
- create a Word doc for the package where the generated package doc and each UC word doc is linked in
??? but that fails on the first step, how-to "generate a doc for each UC"???

Joel_Melan

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: RTF (template)Document Generation+realized ele
« Reply #5 on: January 26, 2006, 01:12:48 am »
hi adamg !

in order to have a UC with its notes, constraints and scenarios, followed by some diagrams in the good order, the best way I've found is to put all the complemnetary diagrams as "child diagrams".

then all the "child diagrams" can be sorted the order you want with the thumbs of the project browser (Ctrl-up arrow or Ctrl-Down arrow)

To force diagrams to become child diagrams of an element of the model (a UC for instance) just drag and drop it from the project browser ON the model element

You' ll got a "+" on left of the model element and tabbed to the right the child diagrams


2/ if your problem is how to create a screen diagram? i need some precisions in order to help you : do you want to have a hard-copy of the layout ogf the screen ?

joel
Joel MELAN, Casino IT

adamg

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: RTF (template)Document Generation+realized ele
« Reply #6 on: January 26, 2006, 01:17:15 am »
Yes, did the same inbetween.
thanks