Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • I don't quite understand the operations or signals you mentioned, could you explain it with more details please? Commented Apr 24, 2016 at 5:06
  • You could potentially use one association from User to Music. User can then invoke operations on Music. If you had interacting state machines in User and Music, or if the objects ran on separate machines, you could send signals instead. Music could have what are called signal receptions, which look almost the same as operations. (Although I just noticed that listenTo() and collect() operations don't make sense as operations or signals. You seem to have something in a netherworld between an analysis model and a design model.) Commented Apr 24, 2016 at 5:16