Domain modeling

Modeling problem domain to model how things actually work in the real world.

Conceptual class diagrams (CCD)

The UML model that captures class structures in the problem domain.

CCDs

  • do not contain solution-specific classes
  • represents class structure of problem domain and not the behaviour
  • subet of class diagram notation.