Book a Demo

Author Topic: is it possible to convert Requirements to SysML Requirements?  (Read 3346 times)

mse

  • EA User
  • **
  • Posts: 308
  • Karma: +1/-0
    • View Profile
is it possible to convert Requirements to SysML Requirements?
« on: August 31, 2019, 12:23:10 am »
I would like to convert my existing Requirements to SysML requirements so that I can use standard fields such as Text and ID as is specified in the current SysML standard. Is this possible? I tried changing the stereotype for example, but the additional SysML category does not show up in the properties.

mse

  • EA User
  • **
  • Posts: 308
  • Karma: +1/-0
    • View Profile
Re: is it possible to convert Requirements to SysML Requirements?
« Reply #1 on: August 31, 2019, 12:26:36 am »
Update: actually in specification editor, if I change the stereotype, and return to the requirement, the 2 additional SysML fields for ID and text appear. However, can I somehow do this on a selection of many requirements? Even better, can I do this while importing from .csv?

Modesto Vega

  • EA Practitioner
  • ***
  • Posts: 1183
  • Karma: +30/-8
    • View Profile
Re: is it possible to convert Requirements to SysML Requirements?
« Reply #2 on: August 31, 2019, 09:50:44 pm »
You could write a script or a transform.

If you want to keep the original SysML requirements and create new Requirement elements, I would probably write a transform to create a (linked) copy of the original SysML stereotype using a different profile.

If you just want to change the original profile, a script may just do the trick.

An added advantage of a transform is that you can execute it for a package or specific element. I haven’t tried with a selection but may work.