Book a Demo

Author Topic: Display archimate access connector with added tagged value  (Read 3565 times)

DavidM

  • EA User
  • **
  • Posts: 82
  • Karma: +0/-0
    • View Profile
Display archimate access connector with added tagged value
« on: March 22, 2021, 11:30:14 pm »
I want to use an archimate access connector exactly as it is out of MDG 3.1, but I want to print a tag value if it is Master or Consumed (Data type between Business Object and application).

Is there
a) A script for the archimate connector I can cut and paste and add the label I want
b) A way to print just the label for a connector based upon a tag, and not have to re-do the look and feel of the connector?

Thanks for any help
David

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Display archimate access connector with added tagged value
« Reply #1 on: March 23, 2021, 12:22:26 am »
Have you tried to make your steroetype inherit from the Archimate stereotype, and then in the shapescript only define the labels you need?

If that doesn't work, look here for the full ArchiMate shapescript: https://github.com/GeertBellekens/Enterprise-Architect-Shapescript-Library/tree/master/Archimate3

Geert

DavidM

  • EA User
  • **
  • Posts: 82
  • Karma: +0/-0
    • View Profile
Re: Display archimate access connector with added tagged value
« Reply #2 on: March 25, 2021, 12:47:45 am »
That sounds like what I want, Thanks!