Book a Demo

Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Prev Next

Usage

Showing a UML Usage connector between two classes on a UML Class diagram.

Description

A 'Usage' is a Class diagram relationship in which one element requires another element for its full implementation or operation. The example diagram shows that the Class Order requires the Class LineItem for its full implementation.

The 'Usage' relationship is a subtype of a 'Dependency' relationship.

Toolbox icon

Usage connector

Learn more

OMG UML Specification:

The OMG Unified Modeling Language specification, (v2.5.1, p.38) states:

A Usage is a Dependency in which one NamedElement requires another NamedElement (or set of NamedElements) for its full implementation or operation. The Usage does not specify how the client uses the supplier other than the fact that the supplier is used by the definition or implementation of the client.