Top "Uml" questions

Unified Modeling Language, an object-oriented modeling and specification language used in software engineering.

How can I generate UML diagrams from C# code written in Visual Studio 2012 into Visio 2010?

I am trying to find a way to generate UML diagrams (sequence diagrams, class diagram, etc) from my C# code …

c# visual-studio-2012 uml reverse-engineering visio
UML class model how to model many to many relationship

I have read several tutorials on what a UML model should contain and what not. As a developer I always …

uml many-to-many analysis
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
What is the best source for learning UML?

What is a great way to learn good UML design? How often do you draw diagrams (other than static diagram …

uml
Representing loops in a UML activity diagram

I am trying to design an activity diagram (UML) for a networked tic tac toe game that I developed, with …

uml
Reverse Engineering Code into a UML Class Diagram in VS 2010

Reverse engineering source code into a VS 2010 UML class model? I have a bad feeling that this is not supported …

visual-studio-2010 visual-studio uml
What are the differences pre condition ,post condition and invariant in computer terminology

I am reading the book Java Concurrency in Practice and getting a little bit confused with these terms: Pre condition …

java concurrency uml invariants
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
Differences between DFD (Data Flow Diagram) and activity diagram

I need to know this differences in order to undestand how to use them right. Which are the differences of …

uml
What exactly does the return line (dotted line) represents in a sequence diagram?

In which kind of steps should be we use the return line in a sequence diagram? <- - - …

uml sequence-diagram