UML Models, Views and Diagrams
A UML design consists of a set of model elements, making up a complete model.
- This model is represented in a set of diagrams;
- each diagram is a partial view of the model;
- diagrams generally overlap;
- coherence is maintained by common naming.
Are two designs different if they represent the same model elements in the same way, but divide then between diagrams differently?
Should implementation builders take not of presentational details in the specification?