Composite structure diagram

type of static structure diagram

Composite structure diagram is a type of static structure diagram in the Unified Modeling Language (UML), that describes the internal structure of a class and the collaborations that this structure makes possible. This can include internal parts, ports through which the parts interact with each other or through which instances of the class interact with the parts and with the outside world, and connectors between parts or ports.

Example of an UML 2.0 composite structure diagram.

A composite structure is a set of interconnected elements that collaborate at runtime to achieve some purpose. Each element has some defined role in the collaboration.

Composite structure diagrams edit

See also edit