You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
A Composition between a Capability Configuration and Organization
A Composition between a Organization and Organization
A Association between a Organization and a System
A Interaction that Owns N Systems
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: