As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
On this webpage which shows how to draw a class diagram, wh开发者_运维百科y is the arrow for association pointing from order to customer, and not from customer to order?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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 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
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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.
I found this diagram in the JSON specification: (source: json.org) Where does this diagramming convention come from? Is it just some random convention cooked开发者_JAVA百科 up by D.C.?That\'s calle
A group diary and time management system is intended to support the timetabling of meetings and appointments across a group of coworkers. When an appointment is to be
I have three tables: Login, LoginRoles and Roles.Login joins to LoginRoles and LoginRoles joins to Roles.LoginRolesis a many-to-many table, and I want to constrain the columns as being unique TOGETHER