Book a Demo

Author Topic: Traceability issue with archimate used_by relation  (Read 4236 times)

pano

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Traceability issue with archimate used_by relation
« on: February 11, 2015, 07:42:02 pm »
Hi all,
There seems to be something weird going on with the tracing in the Traceability window when using an ArchiMate_UsedBy relationship between concepts.

Say, for example, I have the following situation on a Archimate 2.0 Application Layer Diagram:

[Address check service] --used_by--> [Registration service] --used_by--> [Registration form]


If I check the tracing focusing on the [Registration service] i see:

[Registration service]
   - depends on:
      [Registration form]
   - needed by:
      [Address check service]

While what I would expect to see is:

[Registration service]
   - depends on:
      [Address check service]
   - needed by:
      [Registration form]


Am I correct in thinking that this is a bug? Or am I doing something wrong?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Traceability issue with archimate used_by rela
« Reply #1 on: February 12, 2015, 08:35:45 am »
No, this is not a bug.

The traceability window doesn't display profiled connector names. What you are seeing is that the ArchiMate used by relationship is based on a dependency relationship, but reads in the opposite direction.

ducatiross

  • EA User
  • **
  • Posts: 114
  • Karma: +1/-0
    • View Profile
Re: Traceability issue with archimate used_by rela
« Reply #2 on: February 14, 2015, 12:49:38 am »
Quote
No, this is not a bug.

The traceability window doesn't display profiled connector names. What you are seeing is that the ArchiMate used by relationship is based on a dependency relationship, but reads in the opposite direction.

Simon - could the traceability window be changed to use the Profiled connector names ? This would make the window so much more readable and understandable and would stop the potential for people to model 'incorrectly' just to get the relationships to read right in the Traceability window.

This would be a great enhancement.

pano

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Traceability issue with archimate used_by rela
« Reply #3 on: February 16, 2015, 08:16:00 pm »
Quote
No, this is not a bug.

The traceability window doesn't display profiled connector names. What you are seeing is that the ArchiMate used by relationship is based on a dependency relationship, but reads in the opposite direction.

Ah I see. Thanks for the reply Simon. So the Archimate used by relationship should probably be based on a different relationship.