Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Sequence Diagram

Bob->Alice: Hello

Plantuml
fileNameplantuml_1647865877519
version

...

7
{"umlDefinition":"

...

actor Foo1\r\nboundary Foo2\r\ncontrol Foo3\r\nentity Foo4\r\ndatabase Foo5\r\ncollections Foo6\r\nFoo1 -> Foo2 : To boundary\r\nFoo1 -> Foo3 : To control\r\nFoo1 -> Foo4 : To entity\r\nFoo1 -> Foo5 : To database\r\nFoo1 -> Foo6 : To collections"}

Class Diagram

Plantuml
fileNameplantuml_1647866940474
version2

Object Diagram

...

version2

Activity Diagram

Plantuml
2
version3
{"umlDefinition":"@startuml\r\n:Main Admin: as Admin\r\n(Use the application) as (Use)\r\nUser -> (Start)\r\nUser --> (Use)\r\nAdmin ---> (Use)\r\nnote right of Admin : This is an example.\r\nnote right of (Use)\r\nA note can also\r\nbe on several lines\r\nend note\r\nnote \"This note is connected\\nto several objects.\" as N2\r\n(Start) .. N2\r\nN2 .. (Use)\r\n@enduml"}

Object Diagram

Plantuml
fileNameplantuml_1647866956748
version3
{"umlDefinition":"@startuml\r\n    object London\r\nobject Washington\r\n    object Berlin\r\nobject NewYork\r\nmap CapitalCity {\r\nUK *-> London\r\nUSA *--> Washington\r\nGermany *---> Berlin\r\n}\r\nNewYork --> CapitalCity::USA\r\n@enduml"}

Activity Diagram

Plantuml
fileNameplantuml_1647866979646
version3
{"umlDefinition":"@startuml\r\n(*) --> \"Initialization\"\r\nif \"Some Test\" then\r\n-->[true] \"Some Action\"\r\n--> \"Another Action\"\r\n-right-> (*)\r\nelse\r\n->[false] \"Something else\"\r\n-->[Ending process] (*)\r\nendif\r\n@enduml"}

Component Diagram

Plantuml
fileNameplantuml_1647866998257
version2

Deployment Diagram

...

version2

Mindmap

Plantuml
2
version3
{"umlDefinition":"@startuml\r\nleft to right direction\r\n[Component] -left-> left\r\n[Component] -right-> right\r\n[Component] -up-> up\r\n[Component] -down-> down\r\n@enduml"}

Deployment Diagram

Plantuml
fileNameplantuml_1647867014237
version3
{"umlDefinition":"@startuml\r\nartifact artifact1\r\nartifact artifact2\r\nartifact artifact3\r\nartifact artifact4\r\nartifact artifact5\r\nartifact artifact6\r\nartifact artifact7\r\nartifact artifact8\r\nartifact artifact9\r\nartifact artifact10\r\nartifact1 --> artifact2\r\nartifact1 --* artifact3\r\nartifact1 --o artifact4\r\nartifact1 --+ artifact5\r\nartifact1 --# artifact6\r\nartifact1 -->> artifact7\r\nartifact1 --0 artifact8\r\nartifact1 --^ artifact9\r\nartifact1 --(0 artifact10\r\n@enduml"}

Mindmap

Plantuml
fileNameplantuml_1647867031037
version3
{"umlDefinition":"@startmindmap\r\n<style>\r\nmindmapDiagram {\r\n.green {\r\nBackgroundColor lightgreen\r\n}\r\n.rose {\r\nBackgroundColor #FFBBCC\r\n}\r\n.your_style_name {\r\nBackgroundColor lightblue\r\n}\r\n}\r\n</style>\r\n* root node\r\n** some first level node <<green>>\r\n*** second level node <<rose>>\r\n*** another second level node <<your_style_name>>\r\n** another first level node <<green>>\r\n@endmindmap"}