Author Topic: Create meta-relationship for <<stereotype>>  (Read 4061 times)

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Create meta-relationship for <<stereotype>>
« on: March 04, 2022, 02:44:47 am »
I'm still digging in the mud and now I'm dirty enough to ask: how can I add a meta-relationship for <<stereotype>> towards my profile elements?

q.

P.S. There stereotype <<stereotype>> is a wild one with no profile behind it. t_xref list it as  @STEREO;Name=stereotype;GUID={55E85EB6-59EB-46fc-B20D-AF7C19002694};@ENDSTEREO
« Last Edit: March 04, 2022, 02:48:36 am by qwerty »

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Create meta-relationship for <<stereotype>>
« Reply #1 on: March 04, 2022, 03:01:20 am »
Dirt on my hands... I edited the profile manually and added
Code: [Select]
<Metaclass name="Stereotype" notes="">
<metarelationships>
  <metarelationship metaclass="Generalization" constraint="my::stereo"/>
  </metarelationships>
</Metaclass>

Report a bug?

q.