Book a Demo

Author Topic: possibility to show multi-level dependencies ?  (Read 3820 times)

pca

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
possibility to show multi-level dependencies ?
« on: December 08, 2011, 02:32:42 am »
If an EA model has element A that "realizes" element B, and element B that realizes element C, is it possible to somehow view / report that element A realizes element C, by transitivity ?

This is a very general question : any hints are welcome.

Stefan Bolleininger

  • EA User
  • **
  • Posts: 308
  • Karma: +0/-0
    • View Profile
Re: possibility to show multi-level dependencies ?
« Reply #1 on: December 08, 2011, 02:41:41 am »
You can view the dependencies by

"View->Traceability"

Enterprise Architect in "safetycritical development" like medical device industry. My free Add-in at my Website

pca

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Re: possibility to show multi-level dependencies ?
« Reply #2 on: December 08, 2011, 02:48:04 am »
thanks for the answer.  So, yes, you can navigate the relationships, and it's great.  Is it also possible to list ALL the elements that realize A, so that if the needs for A change, it is possibe to see what is impacted ?

Stefan Bolleininger

  • EA User
  • **
  • Posts: 308
  • Karma: +0/-0
    • View Profile
Re: possibility to show multi-level dependencies ?
« Reply #3 on: December 08, 2011, 03:53:48 am »
That's what "traceability" do.

If you have more Realisations it shows more off them and also for each impacted element the other implementations or what implements it.

Very useful for test impact analysis or for change requests. You can allways find the impacted point and where you can mitigate and influence in the most effective way.
Enterprise Architect in "safetycritical development" like medical device industry. My free Add-in at my Website

pca

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Re: possibility to show multi-level dependencies ?
« Reply #4 on: December 08, 2011, 11:25:38 pm »
Thanks.  Another option is to design SQL join queries for "Model Search": it is then possible to get a list of matching elements.  But that's a bit more complex to set up.