summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/pgf-umlsd/demo/nested-call.tex
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pgf/contrib/pgf-umlsd/demo/nested-call.tex')
-rw-r--r--graphics/pgf/contrib/pgf-umlsd/demo/nested-call.tex10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/pgf/contrib/pgf-umlsd/demo/nested-call.tex b/graphics/pgf/contrib/pgf-umlsd/demo/nested-call.tex
new file mode 100644
index 0000000000..4ca253ed33
--- /dev/null
+++ b/graphics/pgf/contrib/pgf-umlsd/demo/nested-call.tex
@@ -0,0 +1,10 @@
+\begin{sequencediagram}
+ \newthread{t}{:Thread}
+ \newinst{a}{:A}
+ \newinst{b}{:B}
+
+ \begin{call}{t}{funcA()}{a}{return}
+ \begin{call}{a}{funcA()}{b}{return}
+ \end{call}
+ \end{call}
+\end{sequencediagram} \ No newline at end of file