Can someone check my class diagram because I am not too good at drawing this type of uml diagram A User can be 开发者_StackOverflow社区a PersonalUser or a BusinessUser
I was wondering if there a class diagram ava开发者_开发技巧ilable for Android API on the internet? I think it help you to learn and visualize the system in your head.Here is a great categorized list o
Can I improve my design on these 2 diagrams below? If so, how? I am confused by the开发者_JAVA百科 use of association classes in my diagrams. Should I use them?
I\'ve had this discussion with my professor at college about UML diagrams . He believes that sequence diagrams should be drawn before getting to class diagrams, but I think the opposite . I think aft
I am creating class diagrams for C# code and I\'d like to specify the visibility of relationships. I\'m using named arrows to specify the relationships but I dont think its right to put the visibility
Folks, I’ve got am SDK-like package, which has a C# project, which I need to use as a reference design for my own project.When I open the reference project in VS2008 and run Class Diagram editor sho
I have no idea where to ask, so I hope that some Visio specialists can help. I\'m just making a class diagram but Visio se开发者_Python百科ems to be very static and simple for method signatures.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a class diagram for my application which consists of several compositions and aggregations. Now I want to have diagram based on the class diagram which shows class instances. A snapshot if yo
I\'m creating an inventory system with Ruby on Rails as the application server and having java clients as the frontend.