active questions tagged diagram - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T23:14:33Z http://stackoverflow.com/feeds/tag/diagram http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/369105/which-asp-net-diagramming-library-control-do-you-recommend 1 Which ASP.NET Diagramming Library/Control do you Recommend? Yaser Sulaiman 2008-12-15T17:26:38Z 2009-12-07T21:30:37Z <p>I'm looking for an <strong>ASP.NET library or control (preferably in C#) to create workflow diagrams from business processes.</strong></p> <p><strong>Edit:</strong> To clarify, the necessary info (task, holder, status, etc.) is stored in a database, and I just want to give the user the ability to view a workflow diagram of the process.</p> <p>I have come across the following commercial/proprietary solutions:</p> <ul> <li><a href="http://www.ilog.com/products/diagramnet/" rel="nofollow">ILOG Diagram for .NET</a>.</li> <li><a href="http://mindfusion.eu/netdiagram.html" rel="nofollow">MindFusion's NetDiagram</a>.</li> <li><a href="http://www.syncfusion.com/products/diagram/web/default.aspx" rel="nofollow">Syncfusion's Essential Diagram</a>.</li> </ul> <p><strong>Update:</strong></p> <ul> <li><a href="http://www.nevron.com/Products.DiagramFor.NET.Overview.aspx" rel="nofollow">Nevron Diagram for .NET</a>.</li> <li><a href="http://www.nwoods.com/go/dotnet.htm" rel="nofollow">GoDiagram for .NET</a>.</li> <li><a href="http://www.yworks.com/en/products_yfilesdotnet_about.html" rel="nofollow">yFiles.NET</a>.</li> </ul> <p>There is also <a href="http://www.dalssoft.com/diagram/" rel="nofollow">Diagram.NET</a>, which is a free, open source diagramming library, but it hasn't been updated for some time now.</p> <p><strong>Do you have any recommendations regarding these products? Are there any other good solutions (free or commercial)?</strong></p> <p>There are evaluation versions of the commercial products mentioned above, and I'm planning to try them myself, but I thought that I should also seek the wisdom of SO :)</p> http://stackoverflow.com/questions/1747464/javascript-diagramming-tool 0 JavaScript diagramming tool Fredrik Berglund 2009-11-17T08:59:09Z 2009-12-07T15:53:05Z <p>Does anyone know any good JavaScript alternatives to mxGraph (<a href="http://www.jgraph.com/mxgraph.html" rel="nofollow">http://www.jgraph.com/mxgraph.html</a>) that allows the user to draw Visio style diagrams on a canvas and add/edit/remove properties of elements?</p> http://stackoverflow.com/questions/1846110/web-application-architecture-diagrams 0 Web Application Architecture Diagrams Radhi 2009-12-04T10:25:51Z 2009-12-07T04:37:50Z <p>Hello everybody,</p> <p>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 diagram. I know what will be the architecture of our application as it is explained by my Senior. but I don't understand the concept of "Application Architecture diagram".</p> <p>What should be included in this diagram? Where to place which components? Can anybody help me to understand how to create <strong>application architecture diagram</strong></p> http://stackoverflow.com/questions/15376/whats-the-best-uml-diagramming-tool 36 What's the best UML diagramming tool? eplawless 2008-08-18T23:29:17Z 2009-12-04T01:25:36Z <p>I'm trying to choose a tool for creating UML diagrams of all flavours. Usability is a major criteria for me, but I'd still take more power with a steeper learning curve and be happy. Free (as in beer) would be nice, but I'd be willing to pay if the tool's worth it. What should I be using?</p> http://stackoverflow.com/questions/1836032/using-visio-2007-how-do-i-represent-a-trigger-and-a-stored-procedure 0 using visio 2007, how do I represent a trigger and a stored procedure? zombiegx 2009-12-02T21:45:07Z 2009-12-02T21:45:07Z <p>I have a web service class diagram, I want it to show what stored procedures a web method calls.</p> <p>for now, I just use a class with a metod inside to represent a stored procedure, something like</p> <pre><code>storeStuff(in this, in that, out field1, out field2) </code></pre> <p>but this consumes tons of space, any tips?</p> <p>or are there any better ways to do this?</p> <p>thanks</p> http://stackoverflow.com/questions/1832939/looking-for-architecture-diagrams 0 Looking for architecture diagrams David Rabinowitz 2009-12-02T13:34:05Z 2009-12-02T13:38:54Z <p>For a presentation I'm making I'm looking for diagrams of the common architecture types - 2 tier, 3 tier, n tier, messaging, etc. I know I can create something in PowerPoint in several minutes, but I want them to look nice...</p> <p>I also need them to be in a free license (such as creative commons)</p> http://stackoverflow.com/questions/1832875/reverse-engineer-sequence-diagram-in-staruml 0 Reverse Engineer sequence diagram in StarUML jadaaih 2009-12-02T13:21:59Z 2009-12-02T13:21:59Z <p>Hi folks,</p> <p>I am in the process of reverse engineering an existing java project. I am using StarUML to generate the class diagrams. </p> <p>I would like to know how I can generate a package diagram, package dependency diagram and sequence diagram from existing code in StarUML? I would be much interested in sequence diagram if not the others. Could you please let me know about it?</p> <p>I would also like to know if you have come across any other better open source tool that does this job. Thanks a bunch for your time.</p> <p>Thanks, J</p> http://stackoverflow.com/questions/1827008/numbering-messages-in-enterprise-architect-communication-diagrams 0 Numbering Messages in Enterprise Architect Communication Diagrams Paul Croarkin 2009-12-01T15:41:43Z 2009-12-01T15:51:21Z <p>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: <a href="http://www.sparxsystems.com.au/uml%5Ftool%5Fguide/uml%5Fdictionary/communicationdiagram.html" rel="nofollow">http://www.sparxsystems.com.au/uml%5Ftool%5Fguide/uml%5Fdictionary/communicationdiagram.html</a>. </p> <p>How do I get messages to start with 2, 3, etc? Whenever I create a new message it creates it as 1.x. I see how to re-order messages, but not how to start a new sequence.</p> <p>The example mentions that "a new number segment begins for a new layer of processing", but does not mention how to define a new layer of processing. </p> http://stackoverflow.com/questions/1156243/program-for-drawing-vhdl-block-diagrams 3 Program for drawing VHDL block diagrams? bkritzer 2009-07-20T22:09:46Z 2009-12-01T15:15:35Z <p>Is there any free program out there that can parse a collection of VHDL files and build a block diagram from them? </p> <p><strong>Edit</strong> I'm looking more for a program that will build a block diagram image to go along with the documentation for the hierarchy, similar to the way javadoc builds a class diagram after parsing the documentation for a series of classes.</p> http://stackoverflow.com/questions/1782442/free-code-to-flowchart-uml-tool-for-c-code 0 Free Code-to-Flowchart/UML tool for C# code RCIX 2009-11-23T11:05:58Z 2009-11-26T05:18:34Z <p>I'm looking for a free tool similar to <a href="http://www.aivosto.com/visustin.html" rel="nofollow">Visustin</a>. Are there any like that that exist?</p> http://stackoverflow.com/questions/1798561/uml-of-website-page-navigation 0 UML of website page navigation SmartestVEGA 2009-11-25T17:25:54Z 2009-11-25T21:05:33Z <p>I need someones help in creating UML for web navigation:</p> <p>If the dropdown in page1 have values "A" "B" "D"</p> <p>Web navigates by..</p> <p>Page1 -> Page2 -> Page 3-> Page 4</p> <p>if a drop down in page 1 is having value "C" then </p> <p>Page1 -> Page2 -> Page 4</p> <p>Please help in creating a UML for this.</p> http://stackoverflow.com/questions/762754/how-do-pstricks-and-tikz-compare-for-ease-of-learning-and-for-quality-of-api-desi 3 How do PStricks and TikZ compare for ease of learning and for quality of API design? Norman Ramsey 2009-04-18T02:31:17Z 2009-11-22T02:19:33Z <p>My group uses <a href="http://www.literateprogramming.com" rel="nofollow">Literate Programming</a> for most of our source code---this means that internal documentation is written using LaTeX. We have been using <a href="http://www.tug.org/PSTricks/" rel="nofollow">PStricks</a> for fancy technical diagrams of the system, but have recently been recommended to use <a href="http://sourceforge.net/projects/pgf/" rel="nofollow">TikZ</a>. I've gathered this information:</p> <ul> <li>TikZ/PGF is new and maintained; PStricks went a long time without a maintainer but has received some maintenance in the last couple of years.</li> <li>TikZ works with many back ends, including (for those who care) <code>pdftex</code>. PStricks works only with <code>dvips</code>.</li> <li>PStricks is more powerful and expressive than TikZ. In a dire emergency you even have the full power of PostScript.</li> <li>PStricks has a significant ecology of extra packages that have been built on top of it; TikZ is too new to have many such things.</li> <li>TikZ claims to have been designed "with the shortcomings of PStricks in mind." The author does not specify <em>which</em> shortcomings.</li> </ul> <p>I'm interested in the answers to two questions. If you wish, feel free to post one answer per question:</p> <ul> <li><p>What is the <strong>learning curve</strong> like for the two tools? (I consider PStricks to have a steep learning curve; about TikZ I am uninformed.)</p></li> <li><p><strong>Considered as programming APIs</strong>, is one of these two packages significantly better designed than the other? If so, which is the better design, and <em>why</em>? (What properties does it have that make you consider it better?)</p></li> </ul> <p>To make a compelling argument why one API is better than another, you may want to resort to examples.</p> http://stackoverflow.com/questions/1730969/uml-diagram-to-model-api 0 UML Diagram to Model API Hugo 2009-11-13T18:18:45Z 2009-11-21T21:07:35Z <p>I need to create a diagram to document a RESTFul API that build, which UML diagram should I use?</p> <p>Thanks in advance,</p> http://stackoverflow.com/questions/911987/good-tool-for-diagraming-process-and-system-components 1 Good tool for diagraming process and system components Paul Alexander 2009-05-26T18:16:27Z 2009-11-21T15:51:11Z <p>I'm currently writing some documentation for our product. Most of the docs are just text based - but in some cases I'd like to add a diagram to help first time users visualize the process from a general perspective. Microsoft docs and articles have these all over. I don't want to use a class diagram as the components are more conceptual - made up of multiple classes.</p> <p>Is there a good tool for creating digrams for this type of situation?</p> <p>UPDATE: I should clarify that this is not for UML/ER type work. This is for <em>teaching</em> concepts about the components involved (physical, conceptual and possibly classes).</p> http://stackoverflow.com/questions/1159349/creating-scada-diagrams-in-net 0 Creating SCADA diagrams in .NET Matt Warren 2009-07-21T13:54:25Z 2009-11-20T16:07:50Z <p>I need to create a industrial monitoring application that shows the operator a <a href="http://en.wikipedia.org/wiki/SCADA" rel="nofollow">SCADA</a> diagram, similar to this</p> <p><img src="http://img32.imageshack.us/img32/631/processcontrol.png" alt="alt text" /> </p> <p>What toolkits are available to do this and what experience have people have with them? I already know of the <a href="http://www.ilog.com" rel="nofollow">ilog</a> tookit but have no experience of it.</p> <p><strong>Edit:</strong> I don't need software to control the hardware itself, I just need to create the GUI or diagrams that show the current status of the process.</p> http://stackoverflow.com/questions/1758107/diagrams-for-data-flow 0 Diagrams for Data Flow? bochur1 2009-11-18T18:34:25Z 2009-11-19T18:02:30Z <p>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 diagram to explain some data tables and process (windows)? </p> http://stackoverflow.com/questions/1757290/simple-uml-behaviours-baffle-me 2 Simple UML behaviours baffle me! Lord Kinboat 2009-11-18T16:34:29Z 2009-11-19T10:03:47Z <p>Hello!</p> <p>Very new to UML and system design. </p> <p>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:</p> <p>We have a Person class that is composed of a Name class and a ContactDetails class. Contact details class is composed of a MobileNumber and an EmailAddress class.</p> <p>How would I model my class diagram so that ContactDetails must have either MobileNumber or EmailAddress or both?</p> <p>I'm sure it's simple - but it's thrown me!</p> <p>Thanks</p> http://stackoverflow.com/questions/1745986/diagramming-server-connections-in-visio-what-direction-should-arrows-point 0 Diagramming server connections in Visio - what direction should arrows point? frankadelic 2009-11-17T01:08:45Z 2009-11-17T20:59:18Z <p>Suppose I would like to depict data flow between two servers in Visio.</p> <p>I have boxes to represent servers and arrows to represent communication / data flow.</p> <p>In this situation:</p> <ul> <li>Server A always initiates connections to Server B.</li> <li>Server A reads from server B, but does not write.</li> </ul> <p>How would this be depicted? Which way would the arrows point?</p> <p>Is there are convention used for arrows connecting these two servers? Is it based on...</p> <ul> <li>Which server initiates connections to the other</li> <li>Whether the operation is read, write, or both</li> </ul> http://stackoverflow.com/questions/1748027/class-diagram-issue 0 Class Diagram issue Lalit Dhake 2009-11-17T10:48:11Z 2009-11-17T10:56:17Z <p>how to add Namespace in class diagram. Means if i want the scenario like </p> <pre><code>NamespaceOut.NameSpoaceIn.Class1 NamespaceOut.NameSpoaceIn.Class2 NamespaceOut.NameSpoaceIn.Class3 </code></pre> <p>......</p> <p>so how to design class diagram for this ? I want to use nested namespaces. Is i need to manually do this? If yes so isn't it ,is the bug ? right?</p> http://stackoverflow.com/questions/1744406/what-is-the-name-of-the-convention-used-in-this-syntax-diagram 2 what is the name of the convention used in this syntax diagram dreftymac 2009-11-16T19:44:07Z 2009-11-16T19:56:00Z <p>I found this diagram in the JSON specification:</p> <p><img src="http://www.json.org/array.gif" alt="alt text"></p> <p>Where does this diagramming convention come from? Is it just some random convention cooked up by D.C.?</p> http://stackoverflow.com/questions/1741587/linq-dbml-mapping-a-table-with-a-primary-key-that-spans-2-columns 0 Linq DBML Mapping a Table With A Primary Key That Spans 2 Columns boon 2009-11-16T11:24:41Z 2009-11-16T11:33:37Z <p>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 TOGETHER.</p> <p>LoginRoles: MemberId (int), RoleId(int)</p> <p>This is similar to the aspnet_UsersInRoles table in the default membership database: <a href="http://msdn.microsoft.com/en-us/library/aa478950.aspx" rel="nofollow">Table 3.2</a></p> <p>I set the primary key for this table as both of the columns.</p> <p>When dragging the table into the DBML diagram I can not see this primary key represented in the diagram and I get the warning (and other similar ones):</p> <p>Warning 1 DBML1062: The Type attribute 'LoginRole' of the Association element 'Login_LoginRole' of the Type element 'Login' does not have a primary key. No code will be generated for the association. 0 0 </p> <p>Any ideas on how to make it recognise the Primary Key?</p> http://stackoverflow.com/questions/1733845/how-to-make-a-sequence-diagram-for-this 0 How to make a sequence diagram for this? Phenom 2009-11-14T09:57:37Z 2009-11-14T15:03:49Z <p>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 made that involves a number of people, the system finds a common slot in each of their diaries and arranges the appointment for that time. If no common slots are available, it interacts with the user to rearrange his or her personal diary to make room for the appointment.</p> http://stackoverflow.com/questions/1714674/java-and-memory-layout 1 java and memory layout sojiee 2009-11-11T11:44:24Z 2009-11-11T12:34:21Z <p>Hey guys, I'm reviewing some questions but I can't really figure it out, i looked through the text book but i'm not sure where i can find answer...</p> <p>I know it would be quite hard to do memory diagrams w/o pictures but please bear with me.</p> <pre><code>interface Lovable public void love(); class Foo implements Lovable public void love(); // something public int val() // return something1 public class Love public static void main(String args []) Foo foo = new Foo() foo.love() foo.love() int bar = =foo.val() System.out.print(v) </code></pre> <p>Now, I see that foo is declared with <code>new</code>, so I know actual Foo class information is stored in heap and there's a frame?pointer? that points to that memory space in heap on top of the stack (before foo calls any methods). so then what about the interface? would that be stored in the heap too?</p> <p>so on the bottom of the stack would be the class Love(also contains int bar), a pointer that points to Foo foo in heap, a frame for foo.love(), another frame foo.love(), a fram for foo.val(), a framee for print?</p> <p>Am i getting the idea ? or am i really really far off? If you know any where I can get more information, please let me know. I appreciate any input..</p> http://stackoverflow.com/questions/1711116/the-best-font-for-diagrams-use-case-uml-etc 0 The best font for diagrams (use case, uml etc) cupakob 2009-11-10T20:54:57Z 2009-11-10T21:05:03Z <p>I'm working on my master thesis and i have some diagrams. I'm looking for a font, which can be better for diagrams than "Droid sans mono".....any suggestions?</p> http://stackoverflow.com/questions/132724/sprint-cumulative-flow-diagram 0 Sprint Cumulative Flow Diagram Si Keep 2008-09-25T11:28:33Z 2009-11-03T13:58:04Z <p>Can anyone give me some tips about how to read a Cumulative Flow Diagram. I'm not sure what kind of things its telling me.</p> http://stackoverflow.com/questions/1658058/how-is-a-block-diagram-organized 0 How is a block diagram organized? Yaron Naveh 2009-11-01T19:21:15Z 2009-11-02T10:47:47Z <p>I would like to understand the exact hierarchy of a block diagram.</p> <p>If a block A is on top of block B does it mean that A is in some abstract manner build using B?</p> <p>A concrete question:</p> <p>I have a component C that calls components D,E to achieve its goal. Is C on top of D,E (since it uses them) or are these different unrelated blocks? When would be each case? aD,E are not a platform that C is build on but just something it uses.</p> <p>What disturbes me is that I usually see block diagrams with a big base block and many small "roof" blocks, e.g. a framework base and many features over it. However in my example if every component is build using 2 others I would end up with a base containing many blocks and one "roof". Alternatively I would end up with unrelated (non hierarchical) blocks which seems to miss the purpose of this diagram (or does it?).</p> http://stackoverflow.com/questions/1632295/how-do-you-diagram-relations-between-several-services 0 how do you diagram relations between several services? opensas 2009-10-27T17:09:23Z 2009-10-27T17:31:52Z <p>not necessary an UML diagram, just a simple way to graphically document the relations between several systems...</p> <p>the systems can be linked through web services, linked-servers, text files, batch processes, com+ components etc...</p> <p>I was thinking about a high level map, showing which system is consumming, exposing, resources and by which means...</p> <p>perhaps a deployment diagram would do, or a completely custom diagram...</p> <p>what do you use to document this kind of relations?</p> http://stackoverflow.com/questions/1620125/sankey-diagrams-in-python 4 Sankey diagrams in Python nazca 2009-10-25T05:51:11Z 2009-10-25T08:00:11Z <p>Is there a Python library for generating <a href="http://en.wikipedia.org/wiki/Sankey%5Fdiagram" rel="nofollow">Sankey diagrams</a>? </p> <p>I've seen this <a href="http://www.sankey-diagrams.com/sankey-diagram-software/" rel="nofollow">list of Sankey diagram software</a>, but no Python.</p> http://stackoverflow.com/questions/1607125/what-do-you-use-to-make-programming-flowcharts-diagrams-etc 5 What do you use to make programming flowcharts, diagrams, etc? mcrittenden 2009-10-22T13:18:09Z 2009-10-24T12:19:42Z <p>I've always just used OpenOffice Draw and it just occurred to me that there has to be something better out there. </p> <p>So what do you use? Do you like it? </p> <p>Bonus points for free things and for web apps. </p> http://stackoverflow.com/questions/1603567/is-there-a-good-diagramming-library-for-python 1 Is there a good diagramming library for Python? Leeks and Leaks 2009-10-21T20:56:49Z 2009-10-22T20:08:03Z <p>I should say I'm looking for something interactive, equivalent to what Nevron offers in it's .NET Diagram product, where a user can create nodes, interact with them by dragging them around, etc. I know there's GraphViz, but as far as I know it's static, and just renders a graph/diagram, there is no interaction with it.</p> <p>I have a bad feeling there is nothing as rich as this in the cross platform world for Python or any other script language, but maybe I've missed it.</p>