Hello,
I have a request about the feature visibility functionality. Can the following functionality be added?
Hide and show:
- Associations
When you import Java source code and place the classes in a class model the following happens: Associations are shown as an attribute of a class AND as an association line. This is against the UML specification, when the association line is shown (with the name of the attribute), then you can not also have that attribute name shown as an attribute of your class.

Add functionality that associations in classes are automatically hidden when an association line with the same name is added to the model.
- Getters and setters
Add functionality to hide al the getters and setters of a certain class.
- Constructors
Add functionality to hide all the constructors of a certain class.
- Attributes and operators that are unimportant to show the model, or even make the model to complex to be easily readable. Like toString(), hashCode(), equals().
Add functionality to be able to switch on and off the visibility per attribute and operation.
Add functionality to be able to switch on and off the visibility of all attributes and/or operations in a diagram that match a certain regular expression pattern.
If any of these options are already possible, please let me know!
Thanks,
Ward