Author Topic: Specify Tagged Values as optional or mandatory  (Read 2016 times)

Viking

  • EA User
  • **
  • Posts: 453
  • Karma: +2/-2
    • View Profile
Specify Tagged Values as optional or mandatory
« on: April 10, 2020, 01:40:26 am »
Hi,

Attributes can be specified as optional [ 0 ] or mandatory [1] (see multiplicity ).

Is that also possible (or a workaround) for Tagged Values?

V.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13387
  • Karma: +566/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Specify Tagged Values as optional or mandatory
« Reply #1 on: April 10, 2020, 01:54:58 am »
No not really.

You'll have to validate that after the fact.
We use this tool to validate stuff like that: https://bellekens.com/ea-validator/

Geert

Viking

  • EA User
  • **
  • Posts: 453
  • Karma: +2/-2
    • View Profile
Re: Specify Tagged Values as optional or mandatory
« Reply #2 on: April 10, 2020, 06:29:35 pm »
No not really.

You'll have to validate that after the fact.
We use this tool to validate stuff like that: https://bellekens.com/ea-validator/

Many thanks, Geert.

I want to model something like a metamodel to use this a rules basis to check views, which are supposed to fulfill the rules of the metamodel.

Maybe it would help not to use the built-in possibility of Sparx to add Tagged Values as attibutes, but model them as notes, as it should normally be for stereotypes for my understanding.