Artifacts > Analysis & Design Artifact Set > Design Model... > Design Model > Guidelines > Class Diagram
Guidelines:
|
|
A class diagram shows a collection of declarative (static) model elements, such as classes, packages, and their contents and relationships. |
Class diagrams show the static structure of the model, in particular, the things that exist such as classes, their internal structure, and their relationships to other classes. Class diagrams do not show temporal information.
A class diagram is presented as a collection of (static) declarative model elements, such as classes, packages, and their relationships, connected as a graph to each other and to their contents. Class diagrams may be organized into (and owned by) packages, showing only what is relevant within a particular package.
The following class structures are suitable for illustration in class diagrams, but you will not use all of them in all situations. Each class structure should have its own class diagram.
You should present each class in at least one diagram. Sometimes you can
better understand the model if a class appears several times in the same view,
for example, if you want to discriminate between different objects of the class.
Rational Unified Process |