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.

131 questions
0
votes
2 answers

Diagraming tool from text that links to properties

I'm looking for a tool with a specific set of features, and I am not finding any. Can generate the diagrams from text, like yUML. This is not mandatory but will make mi life a lot easier. If the previous feature is enriched with preview and code…
Danielo515
  • 5,996
  • 4
  • 32
  • 66
0
votes
2 answers

Data model. ¿Pluralize or not pluralize the names of the tables?

Hello everyone. Whenever I start to develop a new data model for any application I have the same question: Is it convenient pluralize the names of the tables? Where the table is stored, for example, users; Will you call 'Users' or 'User'? I do not…
JSGarcia
  • 556
  • 7
  • 18
0
votes
1 answer

Using Tchart in c++ to draw a vertical line

I got some values that i need to draw as a vertical line. The line should be from begin till the end of diagramm field. I use VCLTee.Chart.hpp in Embarcadero. As I know it is the Tchart, that is actually used more for Delphi. However: I use this…
Lama Dingo
  • 123
  • 1
  • 11
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
  • 17,594
  • 53
  • 193
  • 363
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
  • 227,796
  • 193
  • 515
  • 708
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
  • 255
  • 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
  • 3,229
  • 4
  • 21
  • 32
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
  • 579
  • 1
  • 5
  • 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
  • 571
  • 1
  • 8
  • 27
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
  • 19,570
  • 21
  • 109
  • 218
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…
user2960022
  • 47
  • 1
  • 4
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
  • 15,079
  • 5
  • 45
  • 61
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,855
  • 15
  • 39
  • 63
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
  • 4,142
  • 2
  • 35
  • 54
1 2 3
8
9