About 1,180,000 results
Open links in new tab
  1. How to make a complex large UML class diagram in a simple and ...

    Dec 9, 2024 · 8 I have company workflow management project and am trying to design a UML class diagram, but the display is getting very large and clumsy so what I require is to make a complex …

  2. How can I describe a pointer to class in a UML class diagram?

    Feb 17, 2014 · A plain C++ pointer directly corresponds to a reference property in a UML class diagram, as shown in the following diagram: Such a reference property expresses a uni-directional (binary) …

  3. UML Class Diagram with Struct Defined Inside Class

    Sep 8, 2023 · When creating 1 UML class per «struct», I am sceptical that this actually improves the overall readability in the overall UML diagram. However, if this is demanded, would it look like the …

  4. UML relationships - dashed line vs solid line - Stack Overflow

    Mar 20, 2019 · Try to never use a dependency in a class diagram because it usually means that you aren't specific enough. Always aim for associations, realisations etc. Only use realisations (in my …

  5. What's the best way to generate a UML diagram from Python source …

    May 3, 2015 · A colleague is looking to generate UML class diagrams from heaps of Python source code. He's primarily interested in the inheritance relationships, and mildly interested in compositional …

  6. constructor with parameters in UML class diagram

    How would you create an uml class diagram for constructors with parameters? For default constructors (no parameters) you do policyholder() for the diagram and in the pseudo-code For constructors ...

  7. oop - Explanation of the UML arrows - Stack Overflow

    Dec 9, 2009 · 345 I have recently been studying UML and drawing simple diagrams with ordinary plain arrows between classes, but I know it's not enough. There are plenty of other arrows: generalization, …

  8. uml - Do I have to include all classes in a class diagram ... - Stack ...

    Nov 23, 2020 · For the class diagram I'm showing student and class as a two main classes for my application. Do I have to mention all classes in class diagram that I have used in my program.

  9. How to represent the nested class of C++ in UML?

    Jan 6, 2015 · Nested classifier, e.g. nested class, nested interface, or nested use case could be used like any other classifier but only inside the containing class or interface. Per UML 1.4.2 a declaring …

  10. How to describe a contained map in UML class diagram?

    Jul 28, 2009 · I have a MyServer class that contains a Map whose keys are MyClientType objects and whose values are MyClient objects. I'd like to depict this relationship in a class diagram but I can't …