Book a Demo

Author Topic: Multi level dependency view  (Read 2288 times)

Mike Clark

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Multi level dependency view
« on: September 20, 2005, 04:03:16 pm »
Is it possible to create a view(matrix) or report that shows whether two packages or elements are related via an intermediate package or element?

For example if I create a package with a high level set of business objectives modeled as requirements (Package A).  These business objectives are realised by a number of functional requirements (Package B) which then are realised by a number of application components or subsystems (Package C).

I now want to know what business objectives are satisfied by what application components i.e how is Package C related to Package A?

This is a simple example and in my case the dependency heirarchy will be multiple levels.

I haven't found any other posts that quite match this requirement although there are a number of requests for more functionality in the Relationship Matrix View.

Current experimentation in EA indicates that I can only get a view of directly related components.

Any ideas?

thomaskilian

  • Guest
Re: Multi level dependency view
« Reply #1 on: September 21, 2005, 12:27:16 am »
I'd recommend to look at the database tables t_object and t_package. It should be not so hard to create a SQL for your needs.