Sparx Enterprise Architect Find the operations used

I have defined a class with operations, and operations are used in multiple sequence diagrams.

Is there a way to find out how many sequence diagrams are using one particular operation?

+3


source to share


2 answers


If you understand correctly, you should be able to do the following:

  • Expand your class in the Project Browser to see the operations
  • Right-click on the activity and select Find All Charts .... from the context menu


Here's a screenshot:

enter image description here

+2


source


I can't remember now if EA 8 included a tool for creating project browser scripts, that is, those that can be invoked by right-clicking in the project browser. This is available in EA 9 and EA 10.



If it exists in EA 8, you can create a script like this to do the search. Either way, you will need to look in the t_operation, t_connectortag and t_connector tables to find links.

+1


source







All Articles