Announcing Cradle-7.7 - start your free trial here

3SL Reference - Deployment Diagram (DPD)

Deployment Diagram (DPD)

The top-level Package Diagram (PD) in each UML model includes four packages, one for each of the views in the model. One of these packages, called processors, may be decomposed through one or more further levels of PD to a set of Deployment Diagrams (DPDs).

DPDs are UML’s attempt to recognise that there is a world outside software. That is, these diagrams attempt to show the physical processors in the system (called nodes in DPDs), the processes that are allocated to them, and, to a limited extent, how these processors are interconnected.

These diagrams are intended to show the allocation of processes to nodes, by listing the processes that may run on a processor underneath the node symbol for the processor. Cradle will support this mapping in a different way, by providing a frame called PROCESSES in the node’s component specification, in which the names of the processes allocated to the node can be listed.

By being defined by component specifications, the descriptions of nodes will be cross referenceable.

DPDs do not show data exchanges between nodes. For a more complete representation of architectures, consider Architecture Interconnect Diagrams (AIDs) and Process Architecture Diagrams (PADs).

DPDs are not hierarchical. Their connectivity is:

diagram showing the connectivity of a Deployment Diagram

DPDs are only available in models in the Implementation Domain.