Class diagram: how to write down classes that belong to a library?

Posted by Michiel Borkent on Stack Overflow See other posts from Stack Overflow or by Michiel Borkent
Published on 2010-05-25T10:13:00Z Indexed on 2010/05/25 14:01 UTC
Read the original article Hit count: 266

Filed under:
|
|

I am reverse engineering some Java code into a class diagram. Now I'm wondering how to model classes that are from a library that I didn't design. If I'm writing them down as classes, I should maybe also know what interfaces they implement, etc, and put that in the diagram. How far do I go with this? Is it better to write them down as attributes of my own classes?

© Stack Overflow or respective owner

Related posts about uml

Related posts about uml-modeling