PlantUML: различия между версиями
Patarakin (обсуждение | вклад) Нет описания правки |
Patarakin (обсуждение | вклад) |
||
| Строка 116: | Строка 116: | ||
</uml> | </uml> | ||
---- | |||
<uml> | |||
Begin.start; | |||
Activity.eat("Eat something really good", "from the fridge"); | |||
Activity.read("Read a book"); | |||
End.finish; | |||
topToBottom(20)(start, eat, read, finish); | |||
drawObjects(start, eat, read, finish); | |||
clink(transition)(start, eat); | |||
clink(transition)(eat, read); | |||
clink(transition)(read, finish); | |||
</uml> | |||
Версия от 22:25, 2 ноября 2023
https://crashedmind.github.io/PlantUMLHitchhikersGuide/
Не работают русские буковки внутри


Class

Диаграмма последовательности


Активность

- Graphviz - лучше работает с русскими буковками
- Archimate - возможность использовать все эти иконки внутри вики
Алгоритмы в UML

Diagrams error (with plantuml command): Sep 22, 2026 3:13:42 AM java.util.prefs.FileSystemPreferences$1 run WARNING: Couldn't create user preferences directory. User preferences are unusable. Sep 22, 2026 3:13:42 AM java.util.prefs.FileSystemPreferences$1 run WARNING: java.io.IOException: No such file or directory Error line 1 in file: /tmp/diagrams_in0cb0e7eb2bd2.plantuml Some diagram description contains errors Sep 22, 2026 3:13:43 AM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode WARNING: Could not lock User prefs. Unix error code 2. Sep 22, 2026 3:13:43 AM java.util.prefs.FileSystemPreferences syncWorld WARNING: Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get file lock.
