Unified Modeling Language (UML) Question: Download UML PDF

What are the parts of a deployment diagram?

Tweet Share WhatsApp

Answer:

► Nodes: A node represents any hardware component. The configuration of hardware is represented by attributes of nodes.
► Components: A component represents software. Each component straightly represents a class or object that in turn represents methods.
► Dependencies: The reliability of one component with that of another is depicted by dependencies.
► Links: To tie up tow nodes, the links are utilized. The links are implemented by using nodes and their associations.

Download UML PDF Read All 19 UML Questions
Previous QuestionNext Question
What are the various components in sequence diagrams?What are the elements in State Chart diagrams?