Book a Demo

Author Topic: UML: hide the parent class name  (Read 12872 times)

v8extra

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
UML: hide the parent class name
« on: April 18, 2014, 12:02:29 am »
Hi,

I am currently building a complex UML model to define a new standard.

I have a large amount of attributes that needs to be passed to a broad diversity of object class, some of these attributes can be passed through inheritance but for the other special cases, we still need to refer to some of these attributes.

To prevent useless data duplication, I have created an abstract class for each of the attributes. These abstract classes are then passed on either by inheritance or direct addition.

The issue we are now facing, is that when a specific object is drawn in a UML diagram we see the parent abstract class names on top of all the attributes.

Is there a way to hide the parent class name ``classname::``  in the attributes list

http://imgur.com/9LAd1gj

Regards!