Book a Demo

Author Topic: Search through sequence diagrams  (Read 3919 times)

GoodvinJ

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Search through sequence diagrams
« on: July 16, 2014, 08:42:28 pm »
Hello!
Is there any way to search through all sequence messages of the all sequence diagrams in a project?

Thanks.

Helmut Ortmann

  • EA User
  • **
  • Posts: 970
  • Karma: +42/-1
    • View Profile
Re: Search through sequence diagrams
« Reply #1 on: July 16, 2014, 08:55:49 pm »
Hello,

use Scripts, Addin or SQL Search.

Helmut
Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)

GoodvinJ

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Search through sequence diagrams
« Reply #2 on: July 17, 2014, 03:01:58 am »
Do you know any addins that can do this?

Helmut Ortmann

  • EA User
  • **
  • Posts: 970
  • Karma: +42/-1
    • View Profile
Re: Search through sequence diagrams
« Reply #3 on: July 17, 2014, 05:40:48 am »
Hi,

to decide about the right way you have to say what do you want to achieve.

There are different possibilities to define a message in EA.

The simplest way is just an EA Search. The most flexible way is by:
- Script
- Addin

Helmut
Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: Search through sequence diagrams
« Reply #4 on: July 17, 2014, 10:09:59 am »
Quote
Hello!
Is there any way to search through all sequence messages of the all sequence diagrams in a project?

Thanks.
SELECT * FROM t_connector WHERE Connector_Type='Sequence'

And if you don't know what to do with the above, search the help file for "Custom SQL Search".
The Sparx Team
[email protected]