UML - modeling drag'n'drop
I am wondering how I c开发者_JAVA技巧ould model the act of dragging and dropping in UML (class diagrams)
I've thought linking two classes with a relationship (the view and the element) but sounds like awkward, what do you think?
Are you looking to model the act of drawing UML diagrams (dragging and dropping elements in a class diagram) in UML? Or modelling dragging and dropping as an action in general?
If it's the general case. This sounds like a sequence diagram, or possible an activity diagram (although I think this might be less informative). Not really a class diagram, that's low level and structural not behavioral.
精彩评论