About 134,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. What is the difference between a domain class diagram and a design ...

    Jan 22, 2014 · Can someone briefly explain the difference between a domain class diagram and a design class diagram? I found a explanation on Yahoo answers, but I find it quite confusing.

  3. Difference between a 'class diagram' and a 'design class diagram'

    Jul 22, 2013 · The main difference between analysis class diagrams and design class diagram is the analysis phase focus on designing a class diagram without concerning about the implementation …

  4. Clarifying UML class diagram of Factory Method design pattern

    Jun 29, 2020 · I was learning factory method design pattern and found following class diagram in a tutorial. I understand product and concreteProduct part but Creator and ConcreteCreator part look …

  5. UML Class Diagram for User Login - Stack Overflow

    The diagram below is my very first attempt at creating a UML class diagram describing a user login into a website. I'm sure its a poor design and full of flaws, but I'm hoping to learn from you guys how you …

  6. design patterns - What does a diamond sign signify in UML class ...

    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 stronger association …

  7. UML class diagram enum - Stack Overflow

    I am modeling a class diagram. An attribute of a class is an enumeration. How do I model this? Normally you do something like this: - name : string But how does one do this with an enum?

  8. class - what is uml stereotype and how to use it - Stack Overflow

    Sep 7, 2020 · What is a stereotype and what are its purpose? A stereotype extends UML by allowing to categorize some elements in a more detailed way than foreseen natively by UML. It helps to make …

  9. UML Design class diagram: Class with another class as attribute?

    Nov 30, 2014 · If your CLine has exactly two ends represented by point, than you can define it in UML as class CLine with attributes (just like your CLine on the first example is OK but without association …

  10. package - How is the UML notation in a Design Class Diagram ...

    May 14, 2023 · Suppose my following Design Class Diagram: I want to demonstrate some of my classes, let's say Program, utilizes the «package» Library class, which is located in a seperate …