Questions tagged [diagram]

A diagram is a two-dimensional geometric symbolic representation of information according to some visualization technique.

1874 questions
0
votes
1 answer

UML( Domain Class Diagram) is my Domain Class Diagram correct?

Currently I am dealing with UMl diagrams of the SOS game that I am planning to create, But I am not sure if my domain class diagram is correct. Can please someone tell me that if I have aany problem with my domain class diagram? Thanks. interface…
0
votes
1 answer

How to change range on the geom_bar

I have a Shiny application which should show dependency between numbers (column count) and race of workers in the Silicon Valley. I want that when I choose on the left side gender, job category and company on the diagram will be shown count of…
Viola
  • 487
  • 1
  • 10
  • 33
0
votes
0 answers

How to convert SQL to diagram

I use Ubuntu 16.04 and postgresql, I have a old postgresql code, but I don't have the diagram, the code is correct, and work's well, but I need update the system. How can I convert a sql code to diagram (relations between tables)?
Lucas Prestes
  • 362
  • 1
  • 4
  • 19
0
votes
3 answers

Extend all use-case

I have a question about uml and extend notation of use-case. How I can extend all use case. For example if I created a connection down use case that extend almost all use case, but I don't want to connect all with the notation on the use case…
liuk997
  • 29
  • 3
  • 7
0
votes
3 answers

How to create a slider diagram for a webpage?

I would like to create a slider diagram like this for my webpage to display results: How can I do this provided I have a maximum and minimum and the value I would like to plot? Prefereably, I would like to create it on-the-fly as I generate the…
aqua
  • 220
  • 1
  • 12
0
votes
1 answer

Visio Process-Diagram connected/embeded to detailed Narrative

How can I add a lot more details to each process step of a Visio process diagram e.g. an (Excel) table? For all kind of purposes I have to draw process diagrams. Visio is one of the best tools I know in this direction, but it lacks (or I don't…
Andy
  • 129
  • 1
  • 2
  • 14
0
votes
0 answers

enterprise Architect export big diagram

Hello i'm trying to export a diagram with more than 3000 tables, but, when it generates a diagram with BMP show a error below.... Could someone help me with this??
0
votes
1 answer

Visual Studio 2017 cMake diagram view

Recently I have opened a .sln project in VS 2017 and I noticed that I can view diagram of all classes - its 1st time I ever noticed it and I'm quite "wow this is epic". I now have a cMake based project that I open via > open Folder > cmake root…
Dariusz
  • 960
  • 13
  • 36
0
votes
1 answer

Get nodeDataArray from diagram after edit in GOJS

I am making a diagram using GoJS, I am allowing textedit for nodes and in a later time making new nodes and editing nodes and links window.diagram = $(go.Diagram, "myDiagramDiv", { initialContentAlignment: go.Spot.Center, // center…
0
votes
1 answer

UML/Design Pattern: Need help to check my UML for its correctness

The task is: I'm new to UML, so I tried hard and I have these answers (look below). How could I improve them? Where do I have mistakes and what should I edit? Question 1: Question 2a: Question 2b: For the third question I'm confused and I don't…
Antonio112009
  • 415
  • 2
  • 7
  • 21
0
votes
1 answer

Sysml - Internal Block Diagram with GEF in Eclipse JAVA

I am currently working on a RCP-Application where i can draw an Internal-Block-Diagram. Maybe most of you know "Papyrus" from eclipse. This modelling tool provides an Internal-Block-Diagram but I think it is a little bit overloaded so I decided to…
user6718125
0
votes
1 answer

dbForge Studio diagram Automatically add related table to Database Diagram

I am working with a very big database with 950 tables. It's absurd to even try to create the ERM but I am new in this company and I need to understand their relations. It's a retail company so a lot of the tables are product details and useless. I…
Hooman Nemati
  • 97
  • 1
  • 7
0
votes
1 answer

Data Table Classes in UML Sequence Diagrams

I've been struggling to understand the transition from a UML Class Design Diagram to a UML Sequence Diagram for a school assignment. My design class diagram contains a central DataManager class that connects the use case control classes to the data…
mau
  • 21
  • 4
0
votes
2 answers

UML Class Diagram - Multiple Associations

an UML class diagram that pictures an high school administration system is required. Pupils and Teachers derive from Person each Pupil belongs to 1 (School)Class each class has btw 10-25 students each Teacher has >= 1 Certificate to teach a…
tingtong
  • 67
  • 2
  • 8
0
votes
1 answer

How to create a continent statistics map in Qt

I need to display information about continents by changing the colors of each continent, as is shown in the example image. I don't know how to implement this in Qt, and I don't even know what term to use when looking for more information about this;…
sempiedram
  • 137
  • 12