Questions tagged [diagrams]
88 questions
0
votes
1 answer
Should I create two versions of UML diagrams for one system?
Background information:
I am implementing one system on two programming languages - Java and PHP. Some of the functions will be implemented on Java, and the rest of the functionalities will be implemented using PHP.
I am actually new to UML diagrams…

Joyce
- 437
- 1
- 8
- 20
0
votes
1 answer
How to translate a UML class diagram into code (java)?
I am a beginner (this will soon become obvious) and I can not figure out how to translate this diagram:
UML class diagram
What I need help with is how to create the association and dependency relationships. For example, could you tell me what the…

dglov
- 1
- 1
- 1
0
votes
2 answers
What is the relationship between a Queue class and Node class is it inheritance, Association or Aggregation?
if im using the node class in the Queue like
Node tmpNode = new Node();
What would that relationship be called?
user2647557
0
votes
1 answer
Connect controls in Visual Studio 2010 UML Modeling Diagrams
I've tried to create UML diagram with MSVS 2010 b2 today and I've faced a problem.
After I added controls from toolbox (such as Class, Interface) I could not connect these items!
So connecting controls have been disabled on the toolbox when I tried…

Dim
- 1
- 1
0
votes
5 answers
ASP.NET Application - Architecture and Class Diagrams
I am new to ASP.NET Development.
Could anyone please refer a document/tutorial/link which gives a sample code, architecture, class and sequence diagrams for 3 / 4 / n tier based simple ASP.NET application/example?
It would be of great help to me.

user191762
- 1
- 1
- 1
- 1
0
votes
1 answer
activity diagram analyse and how to work with
i need to draw activity diagram to a case and i start with the black circle and make the main swimlane but i didnt understand how to put the action states and the decisions and how to analyse the case and draw the activity diagram
the case is…

lionsmater
- 31
- 1
- 5
0
votes
1 answer
Using JDialog with Tabbed Pane to draw different pictures
I am using NetBeans, and I have a class that extends to JDialog, inside that Dialog box I have created a Tabbed Pane. The Tabbed Pane contains 6 different tabs, with 6 different panels of course. What I want to do is when I click on the different…

Bryam Ulloa
- 144
- 2
- 5
- 17
0
votes
4 answers
Cool Diagrams - What software is being used here?
I've seen some cool, nifty data diagrams done on some blogs/articles and have been wondering what software they were using to render these diagrams, e.g. MS Visio? For example, what is used on this blog to create those colorful diagrams towards the…

user118190
- 2,139
- 7
- 29
- 45
0
votes
2 answers
sequence diagram used as a use case
Has anyone ever seen a sequence diagram used as a use case? I never have and it really twists my head. At my current company, in all the documentation and discussions, the term "use case" is used to label a sequence diagram. I've asked a couple of…

Iceberg
- 101
- 2
- 7
0
votes
1 answer
Class Diagram from mxml - flex file
So i am building an application on flex for a client and he asked me if i can provide him with a class diagram. I was wondering if there is a simple way to do it with a program (like visio or something) as done in java. Thanx

leokan
- 662
- 5
- 22
-1
votes
4 answers
UML Diagrams - Discussion
On a big company, which diagrams (such as activity or class) are created before the development of a specific application?
And you guys recommend this type of practice on small projects?
Thanks

Filipe Carvalho
- 608
- 2
- 8
- 26
-1
votes
1 answer
How to create non-stacked subbars chart using core-plot?
I need to display bar-chart diagram.
The main issue I've not found yet is how to display bars with sub-bars.
So the first bar consists of green bar (with 5 points for y) at bottom and yellow bar (with 3 points for y).
And the second bar consists…

user3755290
- 263
- 2
- 11
-1
votes
1 answer
is important the diagram of database in SQL Server?
I have a database with the tables, FK and so on. Also I have created a diagram. When I am adding tables into the diagram, the tables show the relationships between other tables.
I would like to know which is the function or if is useful the diagram.…

Álvaro García
- 18,114
- 30
- 102
- 193