复合结构图:参考手册中的 A diagram that shows the internal structure (including parts and connectors) of a structured classifier or a collaboration
那么,collaboration diagram和composite structure diagram有什么区别呢?
发布于 2013-09-08 07:26:37
协作图在UML2中不再存在,它已经被通信图所取代。
来自UML2.4规范:
通信关系图侧重于Lifelines之间的交互,其中内部结构的体系结构以及它如何与消息传递相对应是中心。消息的排序是通过序列编号方案进行的。
https://stackoverflow.com/questions/18661234
复制相似问题