Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Display visibility in Argo UML

Tags:

uml

diagram

How do I get Argo UML to display the visibility of properties and methods in a class diagram?

like image 989
burntsugar Avatar asked Sep 27 '09 00:09

burntsugar


People also ask

What is class visibility in UML?

In domain modeling class diagrams, visibility defines whether attributes and operations of specific classes can be seen and used by other classes.

How do you use Argo UML?

In the Explorer (top-left), by double-clicking on "use case diagram", you will bring up the editor pane for your use case diagram. Notice that you now have a different toolbar displayed. In the name field of the Properties tab in the Details pane (bottom-right), you can rename the diagram to "enrollment use cases".


1 Answers

For a given project, you can cause the visibility to be displayed by checking "Show visibility" in the "File -> Project Properties -> Notations" dialog.

In order to make this behavior the default for new projects, check the corresponding checkbox in the "Edit -> Settings -> Notations" dialog.

like image 173
Brandon E Taylor Avatar answered Sep 29 '22 10:09

Brandon E Taylor