umlvisioclass-diagramrational-rose

UML - Representing third party libraries in class diagram


Could somebody guide me on representing third party libraries in a class diagram.

For instance I am trying to draw a class diagram for my logging functionality. Which internally uses 'log4net' for logging. And I want to represent 'log4net' in my class diagram as a third party library(may be another assembly).

Thanks.


Solution

  • Put 'log4net' classes in separate package. Use dependency as the relationship between them.