Tell Us What You Think
Component Diagram and Deployment Diagram

Design internal structure with component diagram. Construct system with deployment diagram. Visualize high level package structure with package diagram.
Component diagram
Component diagram sample shows objects and interfaces
Component diagram shows the physical aspect of an object-oriented software system. Component diagram illustrates the architectures of the software components and dependencies between them.
- Drawing component diagrams
User's Guide
Deployment diagram
Deployment diagram
Deployment diagram shows the physical aspects of an object-oriented system. Deployment diagram shows the configuration of run time processing nodes and artifacts.
- Drawing deployment diagrams
User's Guide
Package diagram
Package diagram
Package diagram shows the arrangement and organization of model elements in middle to large scale project. Package diagram can show both structure and dependencies between sub-systems or modules.
- UML Package Diagram Tutorial
Tutorial
- Drawing package diagrams
User's Guide


Tell Us What You Think