Deployment diagram model the physical architecture of the system.
PlantUML support following elements to work with deployment diagram.
· actor
· agent
· artifact
· boundary
· card
· circle
· cloud
· collections
· component
· control
· database
· entity
· file
· folder
· frame
· hexagon
· interface
· label
· node
· package
· queue
· rectangle
· stack
· storage
· usecase
helloworld.txt
@startuml title "Deployment diagram elements" actor actor1 agent agent1 artifact artifact1 boundary boundary1 card card1 circle circle1 cloud cloud1 collections collections1 component component1 control control1 database database1 entity entity1 file file1 folder folder1 frame frame1 hexagon hexagon1 interface interface1 label label1 node node1 package package1 queue queue1 rectangle rectangle1 stack stack1 storage storage1 usecase usecase1 @enduml
Above snippet generate below diagram.
No comments:
Post a Comment