Thursday, December 28, 2017

UML Class Properties dialog box (Class category)

UML Class Properties dialog box (Class category)

Name

Type a name for the class. Classes in the same package must have unique names.

Full path

The UML Model Diagram template automatically provides full information about the element's path in the system model hierarchy. You can't edit this information but if you move elements the path automatically updates.

Stereotype

Choose the stereotype you want from the drop-down list. If a stereotype you want to use isn't listed, you can add a new stereotype or edit an existing one by clicking Stereotypes on the UML menu.

Visibility

Choose the type of visibility, public, private, or protected, that applies to the class.

IsRoot

Select to indicate that the class can't have ancestors.

IsLeaf

Select to indicate that the class can't have descendants.

IsAbstract

Select to indicate that the class is abstract and that no instances can be created for the class.

IsActive

Select to specify that an object of the class maintains its own thread of control.

Documentation

Type any documentation you want to add to the element as a tagged value. When you select the shape or icon representing the element, the documentation you type here also appears in the Documentation window.

No comments:

Post a Comment