Book a Demo

Author Topic: How to search through structured specifications  (Read 3237 times)

needsomehelp

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
How to search through structured specifications
« on: July 19, 2012, 12:52:52 am »
Our company has recently switched to structured specifications for our scenarios. Most of it has been good, but I can't search through the scenario's anymore.

Previously we used the extended model search to search through the scenario description. This doesn't seem to work now that we moved our flow from the description to the structured specification. Is there any way to still search through our scenarios?

Some other things we ran into:
- Structured scenarios are missing an option to create alternate alternate and exception exception paths.
- It is impossible to create loops
- It is not possible to show the entry point of the alternate or exception when generating a RTF template.

I've searched through this forum, but couldn't find a solution to any of these issues. Anyone here who could help me out?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: How to search through structured specification
« Reply #1 on: July 19, 2012, 04:09:23 am »
You can search with 'Extended' instead of 'Simple' in the drop down.

To create a loop you need an alternate path which joins back.

AFAIR the alt/alt, ext/ext issue is known. But I can't recall the status. Maybe others.

RTF - don't know that.

q.

P.S. Why do you first switch and then examine whether it works? Guess your hobby it to walk in mine fields.

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: How to search through structured specification
« Reply #2 on: July 19, 2012, 09:19:28 am »
Quote
Previously we used the extended model search to search through the scenario description. This doesn't seem to work now that we moved our flow from the description to the structured specification. Is there any way to still search through our scenarios?
The structured specification is saved in the table t_objectscenarios which is presumably not included in the extended model search. Probably worth writing your own custom search and/or submitting a feature request.
The Sparx Team
[email protected]

needsomehelp

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: How to search through structured specification
« Reply #3 on: July 19, 2012, 05:18:19 pm »
Thank you for the quick response, however it seems that t_objectscenarios is included in the extended search. However it contains the scenarios description under the notes attribute. The structured specifications must be stored somewhere else, any idea where that could be?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: How to search through structured specification
« Reply #4 on: July 19, 2012, 05:55:30 pm »
No, they are in fact stored in t_objectscenarios, in the column XMLContent, which does indeed contain what you are fearing  :-X

Geert

needsomehelp

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: How to search through structured specification
« Reply #5 on: July 19, 2012, 06:25:18 pm »
Thanks, I see it now, but indeed not what I would have hoped to see.