Questions tagged [diagramming]

Diagramming is a process used to create and edit diagrams. Software diagramming functions provide a user interface facility to create and edit diagrams graphically.

Diagramming is a process used to create and edit diagrams. Software diagramming functions provide a user interface facility to create and edit diagrams graphically. There are many types of diagrams (such as ER, trees, flow charts) and many diagramming languages (such as UML). Diagrams can also be free form, and not follow any particular type or language.

130 questions
6
votes
3 answers

Database Diagramming Tools for SQL Server CE 4

Although there are GUI tools in VS2010 for entering data, writing queries etc against a SQL CE4 db, there doesn't appear to be a way to visualise the database in a digram. So my Questions are A) Have i missed something in VS2010 tools for sql Server…
MrBliz
  • 5,610
  • 14
  • 53
  • 81
6
votes
3 answers

Reverse Engineering a C# Solution

I know Visual Studio 2010 Ultimate has some abilities, and I would normally do this by instinct, but I am on a very tight schedule. I also have Visio 2010 installed and integrated into VS, but its reverse engineer function doesn't seem to do much,…
ProfK
  • 44,292
  • 106
  • 358
  • 713
5
votes
2 answers

Docs with diagrams in github projects?

I'd like to write an architecture document for a little ruby project I'm working on, and being an architecture document it'll benefit from a few box and stick diagrams. What's the done thing on open source projects for this situation? Should I be…
Stewart Johnson
  • 13,665
  • 7
  • 58
  • 69
5
votes
3 answers

Drawing diagram arcs with drag and drop in WPF

I'm trying to perform a drag and drop approach to creating relationships in a diagram, directly analagous to SQL Server Management Studio diagramming tools. For example, in the illustration below, the user would drag CustomerID from the User entity…
Dave Clemmer
  • 3,757
  • 12
  • 47
  • 72
5
votes
4 answers

How can I draw diagrams using Google Web Toolkit?

I am considering solutions for drawing diagrams using Google Web Toolkit (GWT). Up until now I have found only the gwt-diagrams project but it seems abandoned. Are there any suggestions about diagramming with GWT?
Panagiotis Korros
  • 10,050
  • 12
  • 39
  • 41
5
votes
4 answers

UML - association or aggregation (simple code snippets)

I drives me crazy how many books contradicts themselves. Class A {} class B {void UseA(A a)} //some say this is an association, no reference is held but communication is possible Class A {} class B {A a;} //some say this is aggregration, a…
John V
  • 4,317
  • 8
  • 33
  • 56
5
votes
1 answer

Flow chart using {diagram} in R 3.0.0 for Windows

I am trying to re-make a flow chart in R using the diagram package (v 1.6). I was able to make a chart using this exact script (which I modified from the example in the diagram documentation), but once I updated R to 3.0.0, the coordinates function…
ericotta
  • 67
  • 7
4
votes
2 answers

What are these diagrams called? (answer : railroad diagrams)

I have seen a lot of these diagrams in some help files and src documentation What are they called? Are there any other (for same purpose) known diagrams? Img source : http://www.sqlite.org/images/syntax/insert-stmt.gif
Hernán Eche
  • 5,446
  • 11
  • 44
  • 71
4
votes
2 answers

Free .NET Diagramming Control (like Nevron Diagrams)

Can anyone suggest a free (or very very cheap) alternative to Nevron Diagrams? I was playing with Open Diagram which is open source but it's very poorly documented and their forum is dead.
Kingamoon
  • 1,397
  • 1
  • 16
  • 31
4
votes
1 answer

.NET Block Diagram Component

I'm looking for an affordable diagramming component for a C#/.NET (WinForms) application that will let users create diagrams like this one: What would you recommend to me?
geschema
  • 2,260
  • 3
  • 24
  • 31
4
votes
0 answers

WPF VisualBrush with mixed aspect ratio

We are using the Mindfusion WPF Diagramming Component. I require a Visualbrush which must be able to be used in a third-party component for diagramming. We have horizontally-stretching lanes on the diagramming canvas. We must define a background…
Alex Maker
  • 1,449
  • 2
  • 19
  • 27
4
votes
1 answer

What design patterns are used in diagramming tools?

Diagram.net is good diagramming tool. I need to understand what design patterns are used by this tool so that I can understand how it works. What design patterns are used in this tool? What design patterns are generally used for diagramming…
Pratik Deoghare
  • 30,271
  • 27
  • 94
  • 143
4
votes
3 answers

ColdFusion, and documenting code as well as tools for multiple developer teams

I am beginning a fairly large new project using ColdFusion. This new project will include several developers and as such documentation of code will be key. Another issue I am hoping to avoid (either with adequate code documentation or some other…
cra
  • 117
  • 1
  • 9
3
votes
0 answers

Are there any good tutorials for creating Graphviz Diagrams on the mac?

I am pretty interested in Graphviz after I could not find any other useful diagramming tool for the mac. Are there any good tutorials for creating Graphviz Diagrams on the mac?
Thanks
  • 39,247
  • 69
  • 202
  • 315
3
votes
4 answers

(N x M) Diagramming Problem

I need an algorithm to (efficiently) solve a problem that has come up in some diagramming software that I am writing. I have two sets of nodes, N and M. Each node n0 in N has 0 to M connections to a unique (for n0) node in M. These sets of nodes…
RBarryYoung
  • 49,956
  • 12
  • 91
  • 127
1
2
3
8 9