Book a Demo

Author Topic: Option to add class attribute with an Association  (Read 3384 times)

reddog

  • EA User
  • **
  • Posts: 26
  • Karma: +0/-0
    • View Profile
Option to add class attribute with an Association
« on: December 07, 2004, 01:41:47 am »
Could EA be givene the following features (the first is found in Together and all other UML design tools I have used):

#1.
When adding an Associate link between two classes, EA to add an appropiate attribute to the appropiate class.

For example, if I am using C++, then depending upon the type of Associate and other optional configuaration settings I might get:

m_ClassA : ClassA*;
or
m_ClassA : ClassA;
or
a user configurable STL container.

#2.
Maybe it would be optional to generate the attribute, as users only concerned with Domain Analysis  may not want an attribute added at all.

#3.
Also, at the diagram element or diagram level, an option to hide from view any Associate attributes.

#4.
Also, at the diagram element or diagram level, an option to hide from view any attributes and members from the class, this would help with Domain level diagrams

Thanks,
Reddog.