Top "Class-diagram" questions

UML diagram describing object classes and relations among them.

Difference between ER diagram and Class diagram

I have been given a description and need to draw ER diagram and Class diagram for the description. Now I …

class-diagram er-diagram
Private nested Java class in UML diagram

I have a question regarding UML. I have a class which simply contains an inner class with the private access …

java uml class-diagram nested-class
Visual Studio 2015 generate UML from code

Windows 10 64-bit Microsoft Visual Studio Enterprise 2015 Version:14.0.25431.01 Update 3 I have a almost finished project and now I need to write …

c# visual-studio-2015 uml class-diagram
Reverse engineering C++ - best tools and approach

I am sorry - C++ source code can be seen as implementation of a design, and with reverse-engineering I mean …

c++ reverse-engineering class-diagram tool-uml
MVC UML class diagram

I've have to work on a new project,written in C# mvc,the first thing i would like to do …

c# asp.net-mvc uml class-diagram
generate Class diagram for iphone app

i know how to generate class diagram in Xcode for iPhone app. but i am searching for alternate way to …

iphone xcode class uml class-diagram
Differences between a conceptual UML class diagram and an ERD?

If I create a conceptual class diagram such that each class captures 'name' and 'attributes' but not 'operations', have I …

uml class-diagram er-diagram
What is the meaning of dashed arrow in UML class diagram?

What is the meaning of the dashed arrow in a UML class diagram in general? As an example: What is …

uml class-diagram command-pattern
How to build project-wide UML diagram in IntelliJ IDEA?

Trying to reverse-engineer existing project and it would be of great help to see how classes collaborate/depend on each …

intellij-idea uml class-diagram
How can I create a class diagram with NetBeans' 6.8 UML module?

It seems to me the UML module of NetBeans is a bit too much hidden. In NetBeans 6.5 it was very …

uml netbeans6.8 class-diagram