Book a Demo

Author Topic: Reading tagged values during code generation  (Read 2863 times)

Magnussi

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Reading tagged values during code generation
« on: September 24, 2012, 04:01:30 pm »
Hi,
i am struggling with the codegenerator of EA.
To add some information for code generation, i extendend my models with some own tagged values.
This works perfect for classes and operation, since the substitution macros "classTag" and "opTag" provide a way to read the content during code generation (e.g. "%classTag:"brief"%").

Surprisingly, i could not find a similar macro for other model elements (e.g. a statemachine).
So does anyone knows how to read tagged values of any model element (e.g. a statemachine)?

Kind regards,
Markus