我想从申请中记录数据资料。 I m 思考一个简单的序列图表,上面有两套系统箱,每个数据流出的路面有一根arrow。
有哪些最佳的UML图表?
我想从申请中记录数据资料。 I m 思考一个简单的序列图表,上面有两套系统箱,每个数据流出的路面有一根arrow。
有哪些最佳的UML图表?
You can use both a sequence diagram and a collaboration diagram. In the collaboration diagram you can show the simple interaction between the components (which messages are sent between them). If you want go into more detail on the ordering of the messages and time constraints you can use a sequence diagram
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,