Book a Demo

Author Topic: Can Relationship Matrix show different link types?  (Read 3310 times)

volenin

  • EA User
  • **
  • Posts: 37
  • Karma: +0/-0
    • View Profile
Can Relationship Matrix show different link types?
« on: November 01, 2012, 01:47:03 am »
Hi. I'm trying to setup a relationship matrix to show dependencies between different types of 'entities' (eg, component, node, artifact). The link stereotypes between the entities are all different. Here is the example:

[component] --<manifest>--> [artifact] --<deploy>--> [node]

I'm trying to capture the 'end-to-end' dependencies between component &  node in a single matrix. But it seems like it's not possible within the current Relationship Matrix, unless I model all links with the same 'type' (eg, dependency).

Is it possible to achieve what I need without resorting to a single link type? Maybe by playing around with stereotypes?..

Thanks,

Vlad

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Can Relationship Matrix show different link ty
« Reply #1 on: November 01, 2012, 02:19:13 am »
The RM is only for point-to-point relations.

q.

volenin

  • EA User
  • **
  • Posts: 37
  • Karma: +0/-0
    • View Profile
Re: Can Relationship Matrix show different link ty
« Reply #2 on: November 01, 2012, 03:44:44 am »
Is there any other tool that can be used for that? I've seen your other post with custom built SQL query... Is it possible to use this kind of approach? Can the resulting dependency matrix be easily visualized?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Can Relationship Matrix show different link ty
« Reply #3 on: November 01, 2012, 05:00:38 am »
You can write a custom SQL. It's not trivial but with a little SQL experience it should be feasible. The visulization however is not that easy. You need to write a addin that fills a custom view. Alternatively you can sort the results of the query (it's a simple list as you know) by source and target. Obviously not a matrix...

q.

volenin

  • EA User
  • **
  • Posts: 37
  • Karma: +0/-0
    • View Profile
Re: Can Relationship Matrix show different link ty
« Reply #4 on: November 01, 2012, 05:10:30 am »
SQL experience is not an issue. Where in the tool Can you do that? Is there a doc describing the internal data model Sparx is using?

RoyC

  • EA Administrator
  • EA Practitioner
  • *****
  • Posts: 1297
  • Karma: +21/-4
  • Read The Help!
    • View Profile
Re: Can Relationship Matrix show different link ty
« Reply #5 on: November 01, 2012, 09:31:43 am »
Have you tried using the Traceability Window (View | Traceability)? You can use that to show chains of relationships of different types, starting from a selected element. I'm not sure if it is quite what you want, but it's a start.
« Last Edit: November 01, 2012, 09:33:57 am by RoyC »
Best Regards, Roy

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Can Relationship Matrix show different link ty
« Reply #6 on: November 01, 2012, 08:21:28 pm »
Quote
SQL experience is not an issue. Where in the tool Can you do that? Is there a doc describing the internal data model Sparx is using?
Somehow the logo for my Inside EA book has vanished?! You can find it here: https://leanpub.com/InsideEA

q.