Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我的第一个剪切序列图的图像:
我的问题是:retrieveStockInfo(stkID,stkInfo) 方法获取想要显示给客户的数据。目前,我对激活“框”有回应。这个对吗?我需要将其他任何东西退还给实际客户吗?
谢谢
是的,您需要将信息返回给客户,否则他们永远不会知道发生了什么!
您可能还想加入错误处理序列。这些在序列图中经常被遗忘。