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

An Endpoint in the sequence diagram #5615

Open
yamada-wacul opened this issue Jul 2, 2024 · 0 comments
Open

An Endpoint in the sequence diagram #5615

yamada-wacul opened this issue Jul 2, 2024 · 0 comments
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request

Comments

@yamada-wacul
Copy link

Proposal

I want to put Endpoints in sequence diagram in some cases.

An Endpoint is used in Interaction diagrams (Sequence, Timing, Communication or Interaction Overview) to reflect a lost or found Message in sequence.

https://sparxsystems.com/enterprise_architect_user_guide/16.1/modeling_languages/endpoint.html

Example

sequenceDiagram
    participant Alice
    Alice --x : foo
    --> Alice : bar
Loading

If there's no recipient after the arrow or sender before the arrow, it will be a line to/from the endpoint.

Screenshots

@yamada-wacul yamada-wacul added Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request labels Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant