This commit is contained in:
2026-06-08 19:19:08 +02:00
parent ebb9fb5425
commit 7643c2fc07
7 changed files with 199 additions and 131 deletions

View File

@@ -12,8 +12,8 @@ dot -Tpng statemachine.dot -o statemachine.png
brew install plantuml
```
```shell
plantuml statemachine.uml.dot
plantuml -tsvg statemachine.uml.dot
plantuml statemachine.puml
plantuml -tsvg statemachine.puml
```
Possible formats
```shell
@@ -31,4 +31,4 @@ Possible formats
-txmi To generate XMI file for class diagram
```
plantuml statemachine.scxml
plantuml statemachine.scxml