Book a Demo

Author Topic: Reaching Requirements for an Element.  (Read 2870 times)

henrygev

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Reaching Requirements for an Element.
« on: January 20, 2006, 01:52:28 pm »
In order to find the Requirements realized by my Use Cases I tried 2 Element functions GetRequirements() and GetRelationSet(long).

GetRequirements will return only internal Relations – responsibilities

GetRelationSet will crush with DISP_E_TYPEMISMATCH meaning it doesn’t like the type of the argument.

There is an example in the help – but I do not see it actually accessing the Requirements as it promises.

Any body any help?

Next thing I am going to enumerate all connections and try to reach the Requirements from there.

henrygev

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Reaching Requirements for an Element.
« Reply #1 on: January 20, 2006, 02:22:08 pm »
Seems like the Connectors are taking me to the external Requirements.

So my EA and ReqPro synchronizer is one obstacle less closer to release