Unified Modeling Language, an object-oriented modeling and specification language used in software engineering.
I'm trying to choose a tool for creating UML diagrams of all flavours. Usability is a major criteria for me, …
uml diagram modelingWhat is the difference between include and extend in a use case diagram?
uml use-case rational-unified-processHow can I generate UML diagrams (especially sequence diagrams) from existing Java code?
java uml reverse-engineering diagramIs there a good tool that can help to reverse engineer Java classes to UML that will show an overview …
java uml reverse-engineering class-diagramWhat is the difference between association, aggregation, and composition? Please explain in terms of implementation.
oop uml associations aggregation compositionI have recently been studying UML and drawing simple diagrams with ordinary plain arrows between classes, but I know it's …
oop umlI was wondering, how can one represent "if" statement on a sequence diagram? if (somethingShouldBeDone) { // Do it } else { // Do something …
uml sequence-diagramWhat is the difference between aggregation, composition and dependency?
oop umlIs there a tool that can parse C++ files within a project and generate UML from it?
c++ uml