Questions tagged [diagramming]

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

Diagramming is a process used to create and edit diagrams. Software diagramming functions provide a user interface facility to create and edit diagrams graphically. There are many types of diagrams (such as ER, trees, flow charts) and many diagramming languages (such as UML). Diagrams can also be free form, and not follow any particular type or language.

130 questions
0
votes
1 answer

Wrap conditional into a function or not represent it at all in a sequence diagram?

I've this PHP controller class (belongs to Symfony2 bundle): class ReptoolController extends PageController { // ... private function _get($request, $action, $case) { $app_id = $this->getRequested('app_id'); if( (…
ReynierPM
  • 15,161
  • 39
  • 158
  • 314
0
votes
1 answer

What are some techniques for diagraming architectures?

I am working with someone new. They started diagraming in a way that I had not seen before, and I had a hard time following along. They mentioned that it was called a logical architecture diagram. This lead me to wonder which are some of the most…
Andrew
  • 196,883
  • 184
  • 487
  • 673
0
votes
0 answers

How to create VS-like diagrams for arithmetic explains

In my project I have some expressions like a+b+c=d where a can be a1+a2, b=b1*b2/b3 etc. Sometimes those expressions get way complicated and then it is too hard to find errors in calculations. I used to use a tree-like view which represents…
javros
  • 825
  • 9
  • 31
0
votes
1 answer

Add a scrollball in mxGraph

I am using mxGraph in my application, and I want to add a scrollbar in the swimlane A, in order to be able to show the different nodes. The sweimlane A is defined as:
Leon
  • 235
  • 1
  • 4
  • 11
0
votes
1 answer

Survey function in Android App

i want to implement a survey function in my app. There should be a 4 alternative answers and a diagramm which ilustrates the results. Has anyone an idea how i could do this? Maybe is there even a Library? I am thankful for every suggestion. Thanks…
Luca Thiede
  • 2,679
  • 4
  • 17
  • 30
0
votes
1 answer

System mapping solution for SharePoint 2013

Looking for an IT data mapping solution that integrates with SharePoint 2013. Need to be able to capture information about IT systems, how they relate, how the data flows through each system. Must be able to dynamically generate diagrams on the…
random21
  • 529
  • 1
  • 4
  • 15
0
votes
1 answer

Flex Tree/Branch Diagramming/Graphics

I was wondering if anyone had access to source code that would allow me to draw lines between objects. I have examples of the standard one line between 2 objects. What I'm looking for is an example of how to draw a branching line. I.e. Starts as a…
Babyangle86
  • 220
  • 5
  • 21
0
votes
0 answers

ItemsControl + connecting lines between generated items

I want to draw lines connecting blocks which are drawn by ItemsControl. These are my classes: public class NodeBase { public string Name { get; set; } public double X { get; set; } public double Y { get; set; } public List
virious
  • 531
  • 1
  • 6
  • 25
0
votes
1 answer

The right diagram/chart for high level design showing high level flows

I was given the task of producing high-level design documents, describing flows of a new development project. The project's specifications contains a few flow-charts of the project's use cases. These tend to be packed with data, including branches…
lysergic-acid
  • 17,990
  • 18
  • 96
  • 194
0
votes
1 answer

change:source event in JointJS

Merry Christmas, everyone! I want to do something when the source element or target element of a joint.dia.Link is changed. Firstly I tried to put the code in the callback function of 'change:source' and 'change:target' events. However, it turns out…
0
votes
1 answer

Appropriate UML diagram for objects in a process

I would like to know if there exists an appropriate UML-diagram to depict sth I would describe as "object-flow", similiar to the example below: It's very similiar to an activity diagram, only the focus is on objects/entities here, not on…
marsze
  • 11,092
  • 5
  • 33
  • 50
0
votes
1 answer

Class diagram - showing multiplicity twice (association and in attribute)?

Having a class Customer that has a list of up to 10 Orders: Customer -------- +orders:Order[0..10] But that means Customer is associated with Order class via aggregation, also: Customer Order -------- …
John V
  • 4,317
  • 8
  • 33
  • 56
0
votes
1 answer

Diagram creater using KineticJS

I'm working on a simple diagram editor using KineticJS. I would like to use two separate canvases for the palette area (that contains a number of Kinetic.Groups that represent the different nodes of the network I might create), and the diagramming…
ProfNimrod
  • 3,722
  • 1
  • 26
  • 44
0
votes
0 answers

Visual C++ 2008 Express, Diagrams

I'd like to get a graphic bar diagram out of some data (Percentages) calculated. I've found the following class: System::Windows::Forms::AccessibleRole::Diagram. The intellisense tells me the: "A graphical Immage used to diagram data" Ok, now how…
Uwe_98
  • 217
  • 1
  • 4
  • 16
0
votes
1 answer

can i use interface in logical model?

I am drawing Logical and physical Class diagram. in this diagram I have a class that implement interface.in physical diagram,there isn't interface,because this class,has all attribute of the base class interface. physical diagram and logical diagram…
user776289
  • 31
  • 3
1 2 3
8
9