Questions tagged [diagrams]
88 questions
1
vote
1 answer
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 tests for this application and to that end I…

Assaf
- 1,336
- 1
- 10
- 17
1
vote
1 answer
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 draw some picture (diagram) of my applications, how…

Budda
- 18,015
- 33
- 124
- 206
1
vote
3 answers
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 irrigation system with a bunch of nodes organized as…

Dima
- 4,068
- 4
- 38
- 47
1
vote
3 answers
In Javascript, how do I print 2 diagrams side by side?
I am doing a JavaScript practice problem on Practice.it, and there's a question to print 2 rocket ships side by side.
I have printed one out but I can't figure out how to print the other rocket ship right next to the first one.
Also, is there way…

babycoder
- 184
- 1
- 2
- 17
1
vote
1 answer
How can I fetch data from shapes and diagrams of a word document using gembox document bundle?
My word file contains shapes and diagrams with data strings in them. Need to fetch those data. Gembox Document provides examples of fetching data from header footer and basic paragraph structure.

PS5
- 11
- 2
1
vote
2 answers
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 xyz. This heirarchy can be multi level. and we need…

Gayathri
- 13
- 4
1
vote
1 answer
Diagrams/Infographics for learning about Computer Science/Programming
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 for me to explain some concepts such as OOP and…

Gio Borje
- 20,314
- 7
- 36
- 50
1
vote
1 answer
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 blocks. I want to simulate what would happen if one of…

101010110101
- 1,940
- 8
- 31
- 42
1
vote
1 answer
Class Diagrams relationships Interfaces
Say we have a class for exams and a class for course work, and both of these require the same attributes such as the courseword/exam id, name, deadline, weight etc.
Would it be wise to create an interface so both would implement the same methods…
user5657755
1
vote
1 answer
How to possibly do this in ocl?
I have the following schema:
For the Boss class, I need the name of all the agents who made the sales with the highest value (something like: foreach agent, select agent name if he has
max(foreach command, total = total + price of the product *…

Simply Me
- 1,579
- 11
- 23
1
vote
0 answers
How to transpose an ER-Diagram?
I have some trouble transposing an ER-Diagram. I understand how to start but I am not sure transpose the diamonds for example the one say "contains" and how to go about the conductor. If I could get some advice it would be greatly appreciated.
So…

user3773272
- 83
- 1
- 1
- 6
1
vote
1 answer
SOA. What's exactly the enterprise components and how it reflects services?
I have been trying to draw SOA layers diagram with Visio 2013, but cannot figure out the "Service Components" naming convention. How components should be named deeply in details? Should it be named technically?
Consider this:
Service layer: car…

00Enthusiast
- 103
- 7
1
vote
1 answer
Create diagram Er sqlite database android studio
i have finished an android project. So i will create an Entity Relationship Diagram from my DbAdapter class in android studio.How can I obtain this?
Thanks in advance

superfox
- 31
- 6
1
vote
0 answers
Doxygen Inheritance Diagrams: Template Classes
I currently use doxygen to create documentation for a project. Recently, a small part of this project started using template programming and the resulting inheritance diagrams created by doxygen do not really fit into the rest of the…

Gregor de Cillia
- 7,397
- 1
- 26
- 43
1
vote
1 answer
Show composition/aggregation/association relations between objects in Visual Paradigm UML diagrams?
I have Netbeans installed with Visual Paradigm plugin.
I have converted my php code into UML diagrams (modeling -> instant reverse). I can see relations (drawn lines) between superclass and subclasses. However, i cannot see relations between objects…

never_had_a_name
- 90,630
- 105
- 267
- 383