Search code examples
umlmodelingclass-diagramdomain-modelconceptual

Analysis Design Diagrams and Domain Models


As I know analysis design diagrams and domain models are not completely same. Whats the differencies between them?

edit: I want to add to them "conceptual class diagrams" also.


Solution

  • The domain model is about topics. How the subject is structured?

    The Analysis design is about functions. How the structure works? (not so good term, saying design we normally think on structures)

    They complement each other.