Book a Demo

Author Topic: Model validation  (Read 2501 times)

Thomas Kliegl

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Model validation
« on: September 02, 2014, 09:53:54 pm »
I am using SysML and connected a block A to a Requirement using a satisfy connection.
Another block B ist connected to block A with a realize connection.

The model validation gives back a warning, that the Requirement is not realized.

Can't a Requirement be realized 'around the corner'?

Gary

  • EA User
  • **
  • Posts: 84
  • Karma: +1/-0
    • View Profile
Re: Model validation
« Reply #1 on: September 08, 2014, 06:34:30 pm »
Not so far as I have found. You could probably do it with an addin that follows the path based on connectivity rules. Personally I use a class to actually realise a block to show the shift between abstract(block) to more concrete(class). I also check that each requirement has either a satisfy or realise (there are exceptions of course) I also check that a requirement has a verify connection to a testcase. The connections can be checked by an sql search or an addin.

Gary