This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
Monday, 15 May 2023
PlantUML: draw business actor in use case diagram
Just add /
after the actor to draw a Business actor.
businessActor.txt
@startuml
:actor1:/
:actor2:/ as act2
actor/ actor3
actor/ :actor4: as act4
@enduml
No comments:
Post a Comment