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

RFC: Arbitrary frame around a section of the diagram #143

Open
MrCoder opened this issue May 1, 2024 · 0 comments
Open

RFC: Arbitrary frame around a section of the diagram #143

MrCoder opened this issue May 1, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@MrCoder
Copy link
Collaborator

MrCoder commented May 1, 2024

This was asked for by a user from Coles.

Is there a way to do box around a section of sequence diagram in ZenUML? Similar to Par or Opt but with an arbitrary name? For example to outline the area of interest.

DSL

To represent a arbitrary frame the following syntax should be used:

  1. critical {} or critical(ID) {}. Note "Critical Region" is a concept from the UML Spec
  2. frame {} or frame(ID) {}
  3. section {} or section(ID) {}

Rendering

If ID is not provided

If ID is provided

@MrCoder MrCoder added the good first issue Good for newcomers label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant