Book a Demo

Author Topic: Extending element description  (Read 2605 times)

J. Linden

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Extending element description
« on: February 08, 2011, 10:27:05 am »
Hello everybody,

I would like to extend a use case with additional information, such as
  • Use case objective: ...
  • Possible difficulties: ...
  • Relevant patents: ...
  • ...
Finally, this information should be included into an automatically generated RTF report in form of a table.

Using tagged values seems not a suitable solution, since no list or other formatting can be used.

I could imagine that one possibility could be adding attributes to the use case. However, I am not sure if this is the right approach to add such additional information towards the automatically generated RTF documents. Is there a need to define sterotypes for this?

Any tips and tricks welcome!
« Last Edit: February 08, 2011, 10:28:04 am by jens.linden »

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Extending element description
« Reply #1 on: February 08, 2011, 06:29:16 pm »
J.

We had the same issue here, and we choose to add some sort of xml like structure into our notes.
So the notes for a usecase could be
Quote
<Definition>The definition goes here</Definition>
<Description> this is the description content </Description>
Then we built an add-in to easily edit the contents of those different tags.
I guess you could follow that approach, but I'll take a lot of custom development before it is really usable.
Other then that, the only advice I could give you is to use tagged values.

Geert

J. Linden

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Extending element description
« Reply #2 on: February 08, 2011, 07:08:39 pm »
Hello Geert,

Thank you very much for your reply! I will have a look at your proposed solution.
However, I cannot really believe, that there is no easier way. I thought defining custom 'tagged values' as a kind of templates for an element, which are editable as rtf rather than plain text are quite common in use case modelling.

Best regards
Jens