Top "Class-diagram" questions

UML diagram describing object classes and relations among them.

How to generate UML Diagrams from VS2012 Professional Edition?

For the user of professional edition in VS2012, is there a method to generate the UML (CLASS, SEQUENCE) Diagrams from …

c# visual-studio-2012 uml class-diagram sequence-diagram
how to convert mysql database to class diagram

I have a mysql database and now I want to convert it into class diagram. Is there any way to …

mysql class-diagram
UML Class Diagram for an E-commerce webSite?

The diagrams below are my very first attempt at creating a class diagram and the use case diagram describing an …

php oop database-design uml class-diagram
Active class versus passive class

In UML specification superstructure 2.5(still Beta, page 203) A Class may be designated by setting isActive to true as active (i.…

uml specifications class-diagram
Netbeans 8 UML Diagrams

How to generate class diagrams of a project with Netbeans 8.x? I tried to install the UML plugin from http://…

uml diagram class-diagram netbeans-8
How do you generate a Code Map diagram of your project in Visual Studio Community 2015?

Microsoft's documentation is incredibly confusing or lacking in showing us how to generate a code structure / Code Map. On visualstudio.…

visual-studio-2015 class-diagram code-map
How do I denote a pure virtual function in a UML class diagram?

I am a student learning C++. I am creating a UML class diagram for my program that involves inheritance and …

c++ uml class-diagram virtual-functions pure-virtual
What is the difference between Conceptual Class Diagram and Detailed Class Diagram?

Can someone briefly explain the difference between a Conceptual Class Diagram and a Detailed Class Diagram?

uml class-diagram object-oriented-analysis
Is this class diagram correct according to this use case diagram?

I am trying to create a class diagram which shows generalisation and maybe some form of aggregation or composition from …

uml class-diagram use-case object-oriented-analysis staruml
VS2015 Enterprise Reverse Engineer Code to UML

I'm looking at the various Architecture features of Visual Studio 2015 Enterprise edition. All looks good. However, I have code that …

architecture uml visual-studio-2015 class-diagram