I have some inner private classes and I am unsure where to put them in my class diagrams.
Should they be in their external classes or on their own?
I have some inner private classes and I am unsure where to put them
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
UML is for designing or describing complex architectures. I don’t think an inner class is that important to mention it in an UML class diagram. If you design your system on the interface level your implementation and so the private class is out of focus, as well as all private methods. Your diagrams should only contain public methods = interface methods.