A few query and opinions to seek on the best type of relationship and representation to be used in a class diagram for modelling with uml
1) Third party library used by my class -- I have modeled them as packages
2) Wrapper Class to wrap around modified code -- I have modeled this class as an interface
3) My wrapper class actually use non-class member function that is written in another namespace -- This puzzled me. How should I modeled them?
4) For classes in my own created library(dll), how do i differentiate the class that is exported and those that is not
Thanks