The diagrams tag has no wiki summary.
1
vote
2answers
128 views
UMLet Diagrams like Use Case, Class, Activity, etc
Can you please help me find a detailed tutorial on this topics:
1. UML
2. Behavior Diagrams
A. Use Case Diagrams
B. Activity Diagrams
3. Structure Diagrams
A. Class Diagram
4. ...
2
votes
2answers
114 views
Precise process event timeline diagrams (e.g. in Excel)
I need to prepare such diagrams:
I think it's quite intuitive how to read this diagram and this is why I want to create a few of them for my project.
I am quite confused how to create them ...
-1
votes
1answer
35 views
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 ...
0
votes
0answers
28 views
Drawing version history diagrams?
I'm looking for software of some sort to be able to draw software version history diagrams, that can show regular releases along a trunk, forks, merges, etc, something similar to the BSD version ...
12
votes
4answers
366 views
Programming for Young tableaux
A strange question follows:
I'm doing a problem solving competition @ my school, and they allow us to use a computer. Since I'm the only one in the competition who knows how to code, I use C and ...
2
votes
2answers
95 views
UML diagrams- use case diagrams
The scenario:
Customer goes to the counter and asks the employee to select a specific movie
Which one of the following would be correct?
4
votes
1answer
92 views
Haskell Diagrams: How can I make the text bigger?
I'm using the diagrams haskell drawing framework. The code below is intended to produce an orange hexagon with the text "(0,0)" superimposed on it. Unfortunately, the text is tiny. I've tried to make ...
0
votes
2answers
59 views
Function mapping diagram
Hi this question is very broad.
SCENARIO --
I want to diagrammatically represent the functions of my class and how they call each other? The functions have a definite pattern and I want to do this ...
0
votes
0answers
29 views
Map an activity diagram uml using a relational db
Hi all i need to map activity diagrams uml of this type http://www.agilemodeling.com/style/activityDiagram.htm into a relational database.
i need to do this for university can you help me? thanks in ...
0
votes
1answer
198 views
use case diagram for basic teacher login
I am creating a very basic use case diagram to show a teacher login, the login includes a forgot password for obviously if user forgot password and a reset password if they wish to reset password ...
0
votes
0answers
81 views
Do abstract classes are modeled in sequence diagrams?
Do abstract classes are modeled in sequence diagrams? It is for this class:
public abstract class VehicleFactory {
public static final String LUXURY_VEHICLE = "Luxury";
public static final ...
2
votes
0answers
119 views
ASP.NET MVC4 Tool to Produce Diagram Documentation for Views
We were wondering if anyone had any good ideas for producing documentation / diagrams for our ASP.NET MVC4 Razor Views?
In other words we have created a custom "widget" type system of shared ...
2
votes
0answers
53 views
App for designing server farm
I was wondering. Is there an app for designing server farm layouts? I know that this can be achieved using UML designer apps or Visio but I was looking for something more specialised on this ...
0
votes
1answer
132 views
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 ...
0
votes
1answer
288 views
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 ...
0
votes
1answer
254 views
Are there any accepted standards for Architectural Diagram component types ? (Stereotypes for Architecture Diagram)
I'm developing the architecture diagram for a system and i need to use generally accepted standards for component types(name of the component and other details) in architecture diagram. (i am ...
0
votes
2answers
113 views
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 ...
0
votes
1answer
128 views
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 ...
0
votes
2answers
37 views
Application for remodel project diagrams?
Trying to find an easy to use application for making diagrams. The application will be used for drawings of remodel projects, so mainly decks and houses. I am trying to help a novice Mac user who just ...
-1
votes
2answers
404 views
What tools do people from Android Dev Team use to create Diagram and flowcharts? [closed]
I really like the diagrams and flowcharts from the official developer.android.com website and I was wondering what was the name of the tools they were using. Anyone has an idea?
What is also a good ...
2
votes
2answers
157 views
UML Class Diagrams
I'm new to UML and trying to get my head around Class diagrams. For example see the following diagram(assume scope is public):
Can class 1 directly access any of the methods and attributes below in ...
0
votes
1answer
138 views
Table diagram application
I am developing a brand new application. I am wondering if there is an application out there that will help me design diagrams to show the relationships between tables withtout having to create the ...
0
votes
1answer
350 views
How to draw application functional diagrams?
I'm trying to find some good reads to clarify this but I'm unable to find it (or maybe I just don't know how to search this properly).
What I'm trying to find is, considering that you have an ...
0
votes
0answers
77 views
Creating a diagram with editable text labels
I need to create diagram a diagram like the following with editable text in each cell. Whats the best application to draw that? Created the following using word but cannot insert separate colors to ...
0
votes
1answer
143 views
Which UML diagram to use for representing overall design?
I would like to create a diagram that describes the overall design of a system. I don't want to show classes, interfaces and any implementation detail on it, but rather larger/more important objects ...
1
vote
2answers
73 views
What is the way to visually outline application logic flow?
We are looking for a way to visually describe to each other the logic flow of particular module or the application itself. I constantly stumble upon different block diagrams here and there, but still ...
0
votes
1answer
473 views
Free software for SADT diagrams drawing
Do you know some open source, or just free software to drawing SADT diagrams?
2
votes
1answer
304 views
Tool for creating domain model diagrams that can be “dynamically” browsed
I want to create and maintain domain model / high level concept models for my project. Currently I am using jDeveloper and creating UML class diagrams. This does not work well, and I would like to ...
3
votes
1answer
585 views
Tools for describing JSON schemas
I'm writing a spec and need to describe some JSON objects. Big JSONs tend to get too confusing with text and tabs alone. Is there any online (preferably) tool to create diagrams like the ones on ...
0
votes
1answer
44 views
Best Graphdrawing library
I have some data that has X and Y values and i would like to print them in a graph. I don't need anything advanced because the data is very simple but I would like something that looks good and has ...
0
votes
4answers
136 views
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
4
votes
3answers
2k views
Diagrams for JavaScript functions
What tools can be used to convey concepts like JavaScript variable scoping and closures clearly in something similar to UML sequence diagrams? For example, how can code like the following: (the ...
3
votes
4answers
1k views
UML Class Diagrams Conceptual vs Specification vs Implementation
I am currently reading Martin Fowler's UML Distilled. I have just covered the section on class diagrams, where he places strong emphasis on the need to sort out ones perspective before modelling class ...
2
votes
1answer
313 views
How to diagram automated testing?
I have a large legacy .NET application that has evolved and grown over the years to include many components and moving parts. I want to develop a strategy for developing automated unit and integration ...
3
votes
1answer
601 views
How to alternative way (!pic2plot) to generate sequence diagrams from some declarative textual form?
There is pic2plot component from UMLGraph to draw sequence diagrams (sequence.pic).
Input format is like:
.PS
copy "/usr/local/lib/sequence.pic";
object(N0,"0");
object(N1,"1");
step();
...
4
votes
4answers
3k views
GWT (Graph) Diagram Frameworks?
I'm looking for a framework for GWT to visualize graphs such as workflow/process diagrams (ideally BPMN capabilites) with a useable auto-layouter and nice shapes. GraphViz has a good layouter but the ...
1
vote
1answer
130 views
Diagrams in VS2010
MV VS 2005 had such project types like "Application Diagram", "Logical Datacenter Diagram", "System Diagram".
Are there any similar project types in VS2008/2010?
What I need is to have ability to ...
2
votes
2answers
160 views
Tools for diagrams like MSDN magazine (Architect's Journal)
I'm searching for tools for creating diagrams (illustrations) for my articles in my blog about software architecture. Often I read Microsoft Architect's Journal and illustrations at this magazine are ...
1
vote
3answers
451 views
Diagramming/visualization java tool
I searched the net for quite some time but couldn't find this.. Perhaps this forum might have ideas?
What I need is to visualize in a form of a diagram some network system. Particularly - the ...
0
votes
1answer
626 views
Backup SQL Server 2008 diagrams
how can I backup the SQL Server 2008 diagrams ?
I need to move some diagrams from data base to another has the same tables and everything but has more stored procedures , functions and so on ?
4
votes
1answer
297 views
What is the best kind of diagram to illustrate the workings of a semaphores / multiprocess / shared memory program?
I have made a small project in which I have used various processes / shared memory / semaphores.
I am now going to have to explain my code and the program logic to both my lecturer and a couple of ...
0
votes
2answers
563 views
class diagram Question(UML)
ok so I want to make a game but am having some difficulty in getting the class diagram sorted.
this would be for the Use case of :
user Equips weapon. (user can select unlocked weapons only,)
what ...
1
vote
2answers
872 views
tool to create a domain model diagram
My requirement is to create a diagram which can represent the object relationship which is stored in an xml.
For example
This needs to get translated as Class abc has a field which is ...
1
vote
1answer
310 views
Diagrams/Infographics for learning about Computer Science/Programming [closed]
A few friends and I are doing a self-study on Computer Science/Programming and taking the Computer Science AP A exam. Although I have experience in programming in a few languages, it's still difficult ...
0
votes
1answer
90 views
Eclipse: showing an interactive map of your project
Is there a way to get Eclipse to do something like this:
It would be SOOOO helpful.
1
vote
1answer
146 views
Tools to create interactive system diagrams?
I am looking for a tool that would not only allow me to create a system diagram but also allow me to give it some "brains".
For instance, lets say I have 2 main parts of a system depicted by 2 ...
0
votes
4answers
633 views
Does the Derived class need diamond link?
If, for example, I have the following requirements:
1. Dog is an Animal
2. Zoo has Animal(s)
Do I still need the 2nd diamond connector (the lower one) as shown here:
0
votes
1answer
3k views
NetBeans 6.8/6.7 UML Class Diagrams
i have tried to generate Class Diagrams in NetBeans 6.7 and 6.8 but all i get is:
i figured out installing UML for 6.8 here: NetBeans 6.8 UML
i have followed the instructions here: UML Class ...
0
votes
2answers
171 views
uml diagrams-use case diagrams
which uml diagrams we should use when allocationg use case behoviour?
10
votes
8answers
600 views
Software/Webapp for creating computer science diagrams
What are some good programs or web-based applications that can be used (preferrably (but not necessarily) for free) to create diagrams for computer science articles or dissertations?
Particularly, ...

