Tagged Questions

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

learn more… | top users | synonyms

21
votes
6answers
3k views

Tool for generating railroad diagram used on json.org

I love the syntax or railroad diagrams on json.org which are a graphical representation of the BNF language. I haven't found any tools that can produce results as eloquently. Can anyone identify the ...
15
votes
11answers
12k views

What is a good Visio Enterprise Architect replacement?

I've been using Visio 2002/2003 Enterprise Architect to do my database schema design visually and then forward-generate the DDL to create the database. I wanted to switch to Visio 2007, but while it ...
9
votes
4answers
543 views

Why is a database always represented with a cylinder?

This question came up today and I couldn't find any historical answer as to why a database is always represented as a cylinder. I am hoping someone in the stack world would know why and have a link ...
9
votes
13answers
985 views

What diagramming techniques (not tools) do you use during your programming?

What diagramming technique(s) do you use while programming to help you or others understand your program or design. I am not talking about a person's favorite tool, though a good tool probable helps a ...
8
votes
9answers
2k views

What is a good tool for creating railroad diagrams?

I was very impressed by sqlite's syntax diagrams and was wondering if anyone could recommend software which would let me create similar graphs.
6
votes
14answers
1k views

Best tool for Software System Diagramming

Over the years, I have tried many times to find a good, easy to use, cross platform tool for some basic software system diagramming. The UML tools I have tried seemed to get in my way more than help. ...
5
votes
2answers
151 views

What tool generates diagrams from SQL Server hierarchical data?

Is there a tool that works with SQL Server to generate tree-like diagrams from a hierachical data model? I am working with a large geographical hierarchy, and would like to visualize it. Here is an ...
5
votes
3answers
312 views

C: Diagramming A Large Library

Is there any tools to assist in diagramming a large C library? I am working on a project to port an existing C library to C++. The C library is largely undocumented with no diagrams. I would like to ...
5
votes
6answers
906 views

UML diagrams that are actually pretty?

I'm looking for a diagramming software that would produce good looking output. It doesn't need to support everything (or even much) from UML, is doesn't need to have code engineering functions or ...
5
votes
8answers
2k views

Simple free diagramming tool for Mac OS X?

I want to create a diagram that shows how my app works. Not a class diagram. Don't know the word. Just a nonscientific, simple diagram that helps keeping track of what happens when user does ...
4
votes
1answer
190 views

Diagram connector algorithm

I’m building an application that superficially looks like Visio, so I need to be able to connect objects together with connectors. I want to make the connectors have multiple horizontal and vertical ...
4
votes
3answers
818 views

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, ...
4
votes
2answers
476 views

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.
4
votes
3answers
2k views

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 ...
4
votes
6answers
962 views

Do Silverlight APIs exist for diagramming?

Do any Silverlight APIs exist to facilitate development of a custom browser-based diagramming app? It seems a shame to build something from scratch with shape primitives (such as this example), but ...
4
votes
5answers
2k views

Free or Open Source Diagramming Component for Winforms

I need to be able to generate dependency diagrams programmatically. I'd like it to be able to generate a bunch of boxes with labels and connectors linking them, and ideally the component would ...
3
votes
2answers
274 views

Free space (3D) flow chart or UML diagram software?

Are there any mature tools or libraries out there which let you create flowcharts or UML diagrams in 3D? It would be nice, for example, to be able to have a plane of "swim lanes" representing process ...
3
votes
3answers
100 views

(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 ...
3
votes
1answer
2k views

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 ...
3
votes
4answers
717 views

Structured design: Software to draw structure charts

UML is all the rage now, and software allowing you to draw the various UML diagrams are a dime a dozen. However, after much googling I was unable to find tools that are capable of drawing structure ...
3
votes
6answers
1k views

Is there a free (as in beer) Flow chart generator for COBOL Code?

Hi I've never read COBOL in my life and have been tasked with rewriting the old COBOL code in a new language. Are there any free or free-to-try software packages out there that will generate a flow ...
3
votes
2answers
2k views

Algorithm to auto-arrange entity relationship diagram

I am currently writing a control (in C#) for displaying a set of tables and the relationships that exist between them. I got the basic control done, but would like to implement something similar to ...
3
votes
2answers
3k views

Free or open source Diagram component for C#?

Is there any Diagramming component that is freely available for a C# project? If possible one that allows you to click and edit the diagram nodes.
3
votes
2answers
297 views

Can anyone recommend a concurrent, real-time diagramming/flowchart collaboration tool?

I'm looking to work with others to quickly build a rather large class flow diagram that may or may not be strict UML. Can anyone recommend a networked, concurrent collaboration tool for such a task? ...
3
votes
8answers
12k views

What Visio Alternatives For The Mac Are There?

I needs a mac compatible UML diagramming application, and on the cheap is better. I've tried Gliffy.com as an online application, but I need something for offline use as well. Any suggestions would be ...
2
votes
1answer
129 views

Simple iPhone Diagramming app in MonoTouch

I have a specification to build a very simple diagramming capability into a MonoTouch app. Everything I've had to do up to now has been table based so this is new territory. Numerous examples of ...
2
votes
3answers
110 views

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 : ...
2
votes
1answer
77 views

Are there any diagrammers implemented in JavaScript?

I need to develop a javascript based diagrammer for designing node-and-connector diagrams for things like process flow, activity diagram etc. I am planning to use jQuery's drag-and-drop and templates ...
2
votes
1answer
221 views

Is there any Diagramm tool for Tablets with drawing recognition?

Is there any Diagram tool for Tablets with drawing recognition ? Perfect for me would be - a tablet - visio support - handwriting recognition thanks
2
votes
2answers
389 views

Creating an Online Diagramming Tool

Recently i have thought of setting myself the task of creating a basic digramming tool that would be web based and would like some input from other programmers and developers with more experience that ...
2
votes
1answer
566 views

.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?
2
votes
3answers
119 views

Diagrams for showing events and information flow in large scale information systems

Can someone suggest me tools/templates and example to draw diagrams for showing information flow in highly event-driven distributed large scale information system. The system consists of heterogenous ...
2
votes
2answers
114 views

software or service to collaborate on a data model?

I'm trying to find a tool where a lot of people can work on a data model collaboratively (doesn't have to be at the same time, a checkout mechanism can work too). Embarcadero has an ER application ...
2
votes
2answers
522 views

MVVM-Pattern for a Diagraming Application with WPF - Convert enum to xxxViewModel

I'm trying to apply the MVVM design pattern to a diagramming application. In this application there are different items (for example a rectangle, a circle,...). I would like to save the item type as ...
2
votes
7answers
1k views

Text -> Diagram Tool

I'm looking for an diagram tool for producing diagrams from text. I only really need sequence and state type diagrams for now, but I'm curious as to what people would recommend? I need something ...
2
votes
1answer
158 views

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 ...
2
votes
5answers
454 views

Process flow - Is a flow chart still the best way to diagram it?

I'd be interested to know what techniques people use to diagram initial process flow when in the initial design phases of a fairly complicated web application? To be clear I am talking about the ...
2
votes
2answers
117 views

Simple UML behaviours baffle me!

Very new to UML and system design. We're at the stage of doing a class diagram in the design phase and are struggling to figure out how to implement a requirement. Here's the problem: We have a ...
2
votes
5answers
326 views

Diagramming program to help in designing software?

I'm looking for a diagramming program that can help in designing software, right from the high-level requirements down to the low-level classes and functions. I've seen a lot of UML programs, but ...
2
votes
0answers
640 views

WPF VisualBrush with mixed aspect ratio

Hi@all I have some weird requirements for a visualbrush: This Visualbrush must be used in a third-party component for diagramming. We have lanes on the diagramming canvas, which stretch horizantally. ...
2
votes
4answers
810 views

UI diagram layout

Wanted to generate a UI diagram (with nice layout) depicting relationships amongst network components. Which is the best Java based API to do such layouts with minimum fuss and light codebase.
1
vote
2answers
66 views

are there any alternatives to yUML

I'm looking for an alternatives to yUML, preferably open source. Sure yUML is great and I really like it, but I would like to be able to extend it. I'm also interested in other services in the same ...
1
vote
1answer
50 views

Tool for generation of function or data flow diagrams

I am looking for a command line tool which can generate function flow diagrams from some textual description (any sort of markup language would do). The idea is to document the data connections ...
1
vote
1answer
36 views

Name of Diagrams Used In OData URI Conventions Documentation

The OData URI Conventions documentation uses some nice diagrams to visually explain the rules (here's a direct example). Do these types of diagrams have a specific name? I'd like to find a tool that ...
1
vote
2answers
185 views

Parsing flow graph/parsing flowchart — What is this called and how can I make them?

I just got linked to the JSON website, and the images stunned me. A better way to intuitively show the flow of a parser I have never seen. Now I want to be able to make these diagrams for my own ...
1
vote
2answers
199 views

Can I use my relational db table diagram to create UML class diagrams?

I am new to UML. But I'm well versed in drawing db tables and their relationships. Can I just "extend" these tables by adding Methods() below and call it a UML Class Diagram? Student ...
1
vote
4answers
173 views

Dead simple flowcharting tool

I'm making quick and dirty flows of my software for non-technical users. I'd like something that can output to PNG or other graphic format and that they could easily get into and use to make updates ...
1
vote
1answer
481 views

Tool for drawing automata and syntax trees

I am searching for a free tool(s) to create visually appealing diagrams of finite automata and syntax trees. Note: I really just want to draw diagrams. I do not have to create a model or do something ...
1
vote
1answer
171 views

what type of design diagram for a multiple thread based application?

What type of design diagram is recommended for capturing the high level/concept design of an application that has multiple threads? Any examples? In my specific case (C# WPF app) I have a ...
1
vote
4answers
167 views

Software for creating “Language Diagrams” structures

In json.org website you can see several diagrams (which I don't know that correct term to describe) that shows the whole valid syntax of the language. For example http://json.org/object.gif How do ...

1 2