About 144,000 results
Open links in new tab
  1. design patterns - What is a Domain Model - Stack Overflow

    Dec 7, 2009 · The model is a diagram, for domain models the class diagram UML is mostly used. The class diagram is only used for the notation. The term domain model does not mean a set of diagrams …

  2. uml - What is the difference between a domain class diagram and a ...

    Jan 22, 2014 · If your focus is on the diagram itself, there are two big differences between diagrams about domain model and diagrams about design model: (At least this is what the Larman book …

  3. What is the difference between a Domain model and a conceptual …

    May 20, 2021 · As a consequence, a conceptual class diagram in UML only describes a static subpart of the domain model. Because by construction, the class diagram is designed for representing the static …

  4. Designing a class diagram for a domain model - Stack Overflow

    Feb 2, 2016 · 2 First, don't think i'm trying to get the job done by someone else, but i'm trying to design a class diagram for a domain model and something I do is probably wrong because I'm stuck, so I just …

  5. uml - What is the difference between Conceptual Class Diagram and ...

    Sep 21, 2016 · In a conceptual class diagram, every class is a concept, usually related to the business domain, the real world, e.g. Customer, Order etc. It may also show concepts that cannot be directly …

  6. Difference between ER diagram and Class diagram

    Jan 17, 2018 · From DifferenceBetween.com: ER diagrams represent the abstract representation of the data model, while class diagrams represent the static structure and behavior of the proposed system. …

  7. What's diference between entity-relationship and domain-model

    Dec 22, 2016 · entity-relationship diagram "a diagram that depicts a set of real-world entities and the logical relationships among them." Furthermore, the standard notes that a domain model can …

  8. class diagram - Domain models in UML? - Stack Overflow

    Dec 11, 2013 · A Domain Model needs both structure and behaviour if it's to model the problem space in any useful way. So you'll need to augment the class diagram with some behavioural description; e.g. …

  9. uml - Domain model and class diagram - Stack Overflow

    Sep 9, 2018 · I was wondering if it was possible to have differences between my conceptual model and the class diagram? In the conceptual model, I explain that the user can create a message. But in the …

  10. class diagram - How to read multiplicity in UML - Stack Overflow

    Jul 13, 2023 · Consider the Customer class and Order class, in this diagram: First: which class does the number 1 belong to? what about the 0..*? Second: 1 on the line up, 0..* on the line down, Are there …