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

Feature Request: Player Piano Does Not Support Multiple Stereotypes #31

Open
Ross-Robertson-GTRI opened this issue Jun 30, 2023 · 0 comments

Comments

@Ross-Robertson-GTRI
Copy link

I plan on updating Player Piano to support the assignment of multiple stereotypes. Currently player piano can assign stereotypes using the following format:
"Vertex Stereotypes": { "Item1": [ { "stereotype": "Some Stereotype" } ] }

I plan to add the functionality to support list of stereotypes in the following format:
"Vertex Stereotypes": { "Item1": [ { "stereotype": ["Some Stereotype1", "Some Stereotype2", . . . , "Some StereotypeN"] } ] }

I also plan on adding some additional patterns to support different use cases I need.

  1. A Composition between a Capability Configuration and Organization
  2. A Composition between a Organization and Organization
  3. A Association between a Organization and a System
  4. A Interaction that Owns N Systems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant