以下是我第一个剪切序列图的图象:
""https://i.sstatic.net/JUr7T.jpg" alt="此处的内置图像描述"/ >
我的问题是:检索StockInfo(stkID,stkInfo) 方法获得想要向客户显示的数据。 目前, 我对激活框有回应 。 这是否正确? 我需要将其他信息归还给实际客户吗?
感谢 谢谢
以下是我第一个剪切序列图的图象:
""https://i.sstatic.net/JUr7T.jpg" alt="此处的内置图像描述"/ >
我的问题是:检索StockInfo(stkID,stkInfo) 方法获得想要向客户显示的数据。 目前, 我对激活框有回应 。 这是否正确? 我需要将其他信息归还给实际客户吗?
感谢 谢谢
是的,你需要把信息还给客户 否则他们永远不知道发生了什么!
您还可能想要设置错误处理序列。 这些序列在序列图中常常被遗忘 。
I am working on a Social networking site. I have to create High level design document. In this document there is one section "Application Architecture diagram". I haven t worked on architecture ...
I have a web service class diagram, I want it to show what stored procedures a web method calls. for now, I just use a class with a metod inside to represent a stored procedure, something like ...
I m using Enterprise Architect (sparxsystems) to create a UML 2.0 Communication Diagram. I want the numbering of messages to be similar to this example: http://www.sparxsystems.com.au/uml_tool_guide/...
I m looking for a free tool similar to Visustin. Are there any like that that exist?
I m a database programmer, but I have never used data flow/diagram program. I would like to explain some Data Diagram to a client. Question - what is a program that will allow me to easily create a ...
Suppose I would like to depict data flow between two servers in Visio. I have boxes to represent servers and arrows to represent communication / data flow. In this situation: Server A always ...
I have three tables: Login, LoginRoles and Roles. Login joins to LoginRoles and LoginRoles joins to Roles. LoginRoles is a many-to-many table, and I want to constrain the columns as being unique ...
I need to create a diagram to document a RESTFul API that build, which UML diagram should I use? Thanks in advance,