Book a Demo

Author Topic: Referring to the attributes of a class  (Read 5953 times)

martin_fritz

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Referring to the attributes of a class
« on: December 19, 2005, 09:24:21 am »
Hi all,

in my current project, we are trying to model all kinds of specification artifacts within EA (merely to be able to check consistency of the specification, not for code generation). For dialog screens or printouts, that should include an enumeration of all the attributes of the entities in the data model that are to be displayed/printed. In the UML model, this should be part of the information that is attached to the connector between the screen representative (a class) and the entity.

Now my problem is: how to access the attributes of a class as UML model elements outside that class? It would be fine to do that as Tagged Values but I can't figure out how to relate to them. Any ideas are appreciated...

TIA
Martin