Skip to content
New issue

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

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

Already on GitHub? # to your account

Let RelationshipView be a PropertyHolder #316

Closed
klu2 opened this issue Aug 5, 2024 · 0 comments
Closed

Let RelationshipView be a PropertyHolder #316

klu2 opened this issue Aug 5, 2024 · 0 comments

Comments

@klu2
Copy link
Contributor

klu2 commented Aug 5, 2024

Description

Right now, RelationshipView contains the Relationship which is a PropertyHolder, but the RelastionshipView (although it has its own name and description) does not provide properties.

Still, that could be helpful especially in SequenceDiagrams where multiple dependencies between two components could be shown in parallel and different properties could be printed on the diagram on each connector, but right now we can only use alsways the same getProperties() from the underlying Relationship

Letting RelationshipView be a PropertyHolder would be a quite straight-forward; what we would need to come up with is a strategy how (and if) to delegate to the relationship.getProperties() when printing diagrams.

Priority

I'm willing to add this feature myself and raise a PR (please confirm approach first)

More information

No response

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants