Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested call in self call #5

Open
anneborcherding opened this issue May 5, 2024 · 0 comments
Open

Nested call in self call #5

anneborcherding opened this issue May 5, 2024 · 0 comments

Comments

@anneborcherding
Copy link

Hi there,

is there a way to correctly create a nested call in a self call? If I do it in the naive way, the arrows are not drawn correctly (they start from the original rectangle and not from the sub rountine rectangle, see below.)

\begin{sequencediagram}
    \newthread{A}{A}
    \newinst[1]{B}{B}

    \begin{call}{A}{call()}{A}{Ok}
       \begin{call}{A}{call()}{B}{Ok}
       \end{call}
    \end{call}

\end{sequencediagram}

grafik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant