Component diagram
A component diagram explain how components are linked together to form a system.
Notation
- Component: a logical unit block of the system. Slightly higher abstraction than classes.
- Interface: operations required
(
or providedO
by components. - Dependencies: when component is dependent of another component.
(-->O
is the same as ball-and-socket notation-(O-
- Port: required to communicate with an external component
[_]
Example
Resources
- Component diagram overview – UML diagrams