Sparx Systems Forum
Enterprise Architect => Uml Process => Topic started by: lemanchot on December 09, 2008, 10:28:11 pm
-
Hello,
in my current project I have to build a 100% consistent uml model to the code. While modelling the class diagram I observed an increasing chaos in the overlook.
For example there is a package with 5 GUIs(written in Java) in it. When I drag the class from the EA Project Browser into the modelling window the graphic shows every attribute of the class. Since there are many components like buttons or textfields, the graphical representation of such a class is very huge. For generating as much as possible code it's necassary that I have these elements already in the EA.
Is there a possibility to have a better overlook without deleting attributes? I'm searching for a way to hide these elements from the graphical view.
Thanks for your help.
-
Take a look at the various options- you can hide/show attributes operations, tagged values, etc. per diagram as well as per element (explicitely).
You can also show/hide connectors from a diagram, all others, etc. from each connectors context menu.
HTH
Oliver
-
Thank you Oliver. You helped a lot.
When deleting connectors, EA is asking if it has to be deleted or just hidden from the view. There is also an option "visibility" in the connectors context menu.
To hide class elements from the view, the solution isn't to search in the elements context menu, but in the class context menu (feature visibility). My mistake was to search in the options of the methods and attributes.
The problem is solved. :)