summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgf-umlsd/demo/no-thread-example.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-02-24 23:00:15 +0000
committerKarl Berry <karl@freefriends.org>2014-02-24 23:00:15 +0000
commit1183f8e866b15342db38d90474db426a5d2197e1 (patch)
treed7dc427c89ed183873fb5bec244b8d1ffe5e1bb1 /Master/texmf-dist/doc/latex/pgf-umlsd/demo/no-thread-example.tex
parent896ff7b1cf64274d27af3e7645ede25c72bd5029 (diff)
pgf-umlsd (24feb14)
git-svn-id: svn://tug.org/texlive/trunk@33045 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgf-umlsd/demo/no-thread-example.tex')
-rw-r--r--Master/texmf-dist/doc/latex/pgf-umlsd/demo/no-thread-example.tex33
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pgf-umlsd/demo/no-thread-example.tex b/Master/texmf-dist/doc/latex/pgf-umlsd/demo/no-thread-example.tex
new file mode 100644
index 00000000000..cd5bf028033
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pgf-umlsd/demo/no-thread-example.tex
@@ -0,0 +1,33 @@
+\begin{sequencediagram}
+ \tikzstyle{inststyle}+=[{font=\large}]
+ \def\unitfactor{.9}
+
+ \newinst{instance 1}
+ {instance 1}
+
+ \newinst{instance 2}
+ {instance 2}
+
+ \newinst[4cm]{instance 3}
+ {instance 3}
+
+ \tikzstyle{instcolordienst}=[fill=black!25]
+ \tikzstyle{instcolorbuerger}=[fill=black!25]
+
+ \messcall{instance 3}{data 1}{instance 2}
+
+ \begin{call}
+ {instance 3}{data 2}
+ {instance 2}{data 2*}
+
+ \begin{callself}
+ {instance 2}{Nutzerinteraktion}{data 3, data 2}
+ \end{callself}
+
+ \begin{call}
+ {instance 2}{data 4, data 2}
+ {instance 1}{}
+ \end{call}
+ \end{call}
+
+\end{sequencediagram} \ No newline at end of file