Skip to content

Commit

Permalink
Organize UML documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bailuk committed Jul 13, 2024
1 parent c700c77 commit 2f306e8
Show file tree
Hide file tree
Showing 15 changed files with 3,749 additions and 0 deletions.
361 changes: 361 additions & 0 deletions doc/uml/architecture.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
455 changes: 455 additions & 0 deletions doc/uml/architecture.uxf

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions doc/uml/convert.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh

if [ -z "$1" ]; then
echo "usage $1 path-to-umlet-installation"
exit 1
fi

files=./*.uxf
# java -Dsun.java2d.xrender=f -jar /home/bailuk/umlet/Umlet/umlet.jar
for file in $files; do
java -jar $1/umlet.jar -action=convert -format=svg -filename=$file
done
704 changes: 704 additions & 0 deletions doc/uml/dispatcher.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
396 changes: 396 additions & 0 deletions doc/uml/dispatcher2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2f306e8

Please sign in to comment.