About 435,000 results
Open links in new tab
  1. What does a diamond sign signify in UML class diagrams?

    The great book GoF has usages of both of these two kinds of diagrams. I want to understand what does the diamond signify in the second case, and which one of these two gives a …

  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 …

  3. 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 …

  4. 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 …

  5. How to represent Callback in UML Class Diagram - Stack Overflow

    Dec 12, 2013 · A class diagram does not represent method functionality. Method functionality is visualized with a sequence or a Collaboration diagram. In your example, the sequence …

  6. 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 …

  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: …

  8. PHP UML Generator - Stack Overflow

    Dec 26, 2008 · I just tried the UML class diagram generating with the Sparx EA's reverse engineering method from PHP source code, and it worked like a charm, I was shocked how …

  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 …

  10. uml - How to represent an attribute's data type as an array of …

    Dec 13, 2014 · How to represent an attribute's data type as an array of objects on class diagram? Asked 10 years, 11 months ago Modified 2 years, 11 months ago Viewed 170k times