Skip to main content

Get help for ARIS UML Designer

What general UML notations exist for members of a class?

For members of a class, the following UML notations exist. In the diagram window and in Explorer, these notations are displayed as a tooltip if you position the mouse pointer over a member of a class and hold it there for a short period of time.

ownedAttribute

Visibility/Attribute name : Type [Multiplicity] = Initial value,... {Property string}

ownedOperation

Visibility name (Direction name : Type [Multiplicity] = Initial value,...) : Type [Multiplicity] {Property string}

ownedReception

«signal» Visibility name (Direction name : [Multiplicity] = Initial value,...)