0
votes
5answers
29 views
Diagrams for Data Flow?
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 …
2
votes
3answers
53 views
Simple UML behaviours baffle me!
Hello!
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 …
2
votes
2answers
39 views
what is the name of the convention used in this syntax diagram
I found this diagram in the JSON specification:
Where does this diagramming convention come from? Is it just some random convention cooked up by D.C.?
0
votes
2answers
35 views
JavaScript diagramming tool
Does anyone know any good JavaScript alternatives to mxGraph (http://www.jgraph.com/mxgraph.html) that allows the user to draw Visio style diagrams on a canvas and add/edit/remove …
0
votes
3answers
25 views
Diagramming server connections in Visio - what direction should arrows point?
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.
In this situation:
S …
0
votes
1answer
14 views
Linq DBML Mapping a Table With A Primary Key That Spans 2 Columns
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 column …
0
votes
0answers
17 views
Class Diagram issue
how to add Namespace in class diagram. Means if i want the scenario like
NamespaceOut.NameSpoaceIn.Class1
NamespaceOut.NameSpoaceIn.Class2
NamespaceOut.NameSpoaceIn.Class3
.... …
1
vote
3answers
87 views
java and memory layout
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...
I know it would be quite hard t …
0
votes
3answers
45 views
How to make a sequence diagram for this?
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 inv …
0
votes
2answers
29 views
UML Diagram to Model API
I need to create a diagram to document a RESTFul API that build, which UML diagram should I use?
Thanks in advance,
0
votes
1answer
36 views
The best font for diagrams (use case, uml etc)
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?
5
votes
16answers
307 views
What do you use to make programming flowcharts, diagrams, etc?
I've always just used OpenOffice Draw and it just occurred to me that there has to be something better out there.
So what do you use? Do you like it?
Bonus points for free thin …
0
votes
3answers
62 views
How is a block diagram organized?
I would like to understand the exact hierarchy of a block diagram.
If a block A is on top of block B does it mean that A is in some abstract manner build using B?
A concrete ques …
0
votes
2answers
138 views
List of diagram / image editors for Delphi
I need a good diagram / image editor for a Delphi application. I need the ability to place an image in the editor, and use freely positioned balloons / tips to describe parts of th …
4
votes
1answer
87 views
Sankey diagrams in Python
Is there a Python library for generating Sankey diagrams?
I've seen this list of Sankey diagram software, but no Python.
