Top "Class-diagram" questions

UML diagram describing object classes and relations among them.

Generate a class diagram from Visual Studio

I would like to generate a class diagram with relations for my visual studio project. I opened my solution, added …

visual-studio-2010 diagram class-diagram
C# code to class diagram

I have a C# solution which has 2 projects in it and I need to generate class diagram from code. I …

c# class uml diagram class-diagram
UML relationships - dashed line vs solid line

What is the difference between these 2 relationships? Edit: Also if you could provide a simple code example illustrating the difference, …

language-agnostic uml relationship class-diagram
How to show usage of static methods UML Class Diagram

How do i show the use of static methods in a UML class diagram? class A{ public static void test(){ } } …

oop uml class-diagram conceptual
UML free reverse engineering tool for C++ (.h/.cpp ==> Class Diagram)

What tools are available for creating UML Class Diagrams from a set of .h- or .cpp-files? I am looking for …

c++ uml reverse-engineering class-diagram
UML Class diagram, how to show a Class extends thread?

I have a class called ServerSide in which another class resides called Cserver. The following code fragment should explain what …

java uml relationship class-diagram
UML Diagram Tool - Eclipse plugin?

Can anyone help me? I am currently using Eclipse Java IDE, and would like a plug-in that will automatically look …

java eclipse eclipse-plugin uml class-diagram
Class diagram examples for RPG (Role Playing Game)

Does anyone know where I can find examples of class diagrams for RP game development? Something similar to here would …

class project-planning class-diagram
How to present an abstract class in UML class diagram

UML class diagram is a handy tool in object-oriented design. I am using it currently and facing presenting an abstract …

uml class-diagram