Questions tagged [visual-paradigm]

Visual Paradigm is a cross-platform modeling tool.

It supports :

  • UML diagrams
  • ArchiMate
  • TOGAF
  • PMBOK
  • BMM
  • Agile Software Development (Scrum)
  • SysML requirement diagram and database design (with ERD)
  • Business process modeling (BPMN)
  • Object-Relational mapping
  • Team collaboration
  • Task Management
  • Documentation generation

Link:

Visual Paradigm User Guide

156 questions
2
votes
1 answer

Visual Paradigm: How to generate SQL from E-R diagram with standard SQL types?

I am currently using Postgres, however, I would like to use standard SQL types for my columns, for portability reasons. I am attempting to do my modelling in Visual Paradigm Version 14.2 (Build sp1_20180201), under an evaluation license. I can…
Ogre
  • 781
  • 3
  • 10
  • 30
2
votes
3 answers

UML sequence diagram, call

Let's say we have three classes A, B and C, and an instance a (resp. b/c) of type A (resp. B/C). Suppose that b is an attribute of a and c is an attribute of b. In a method of a, the following is called : b.c.operation() How can we represent this …
Friedrich
  • 123
  • 4
2
votes
1 answer

Visual Paradigm ERD Questions

I'm new to both Visual Paradigm and ERD. I created an entity, but am a bit lost what some of the notation is. I'm not sure what the large 'N' is, or the number 10 associated with the ID integer (both were autogenerated when creating a column). …
JosephTLyons
  • 2,075
  • 16
  • 39
2
votes
1 answer

visual paradigm sequence diagram: Creating Life Lines with different lengths

When I create an new life line in visual paradigm it alwas starts on the top of my diagram. Now I want to draw a sequence diagram where some classes get create while the process is running. So they can't start at the beginning, because they don't…
DasUnicorn
  • 49
  • 5
2
votes
1 answer

How to copy a method from interface to interface in visual paradigm?

I'm currently working on a component diagram in Visual Paradigm. I define interfaces through which the components communicate with each other. My question is, if it is possible to copy these methods from interface to interface and if so, how?
warreee
  • 437
  • 4
  • 12
2
votes
3 answers

Visual Paradigm Data Flow Diagrams

Am trying to design a Data Flow Diagram for a system using Visual Paradigm Community Edition on Ubuntu 14.04 but can't seem to find Data Flow Diagram in the list of diagrams, any clue why since according to visual paradigm website, there should be a…
Edmond Alosa
  • 23
  • 1
  • 5
2
votes
2 answers

UML Sequence diagram "Message Duration"

I'm drawing a SEQUENCE DIAGRAM o a Public Phone (PP) system. What I am trying to do is : - A message for : The caller enters money and sends a call request with the callee phone number - A message for : PP Calculates the duration time of the call -…
Kurt Miller
  • 567
  • 1
  • 8
  • 23
2
votes
2 answers

class diagram without relationships after python reverse engineering

I am trying to work on a Python project thant is not documented. I did a reverse engineering to get the Class diagram 2 times in windows environment : with sparx EA and with visual paradigm. But in both cases I got a class diagram with classes…
2
votes
1 answer

Can EA show the dependancies between packages like Visual Paradigm when reverse engineer Java code?

I am trying to reverse engineer a java project from source code into UML with EnterpriseArchitect. I want to see the dependencies between packages and also how classes are grouped together into packages. I have also used VisualParadigm to do the…
zlinks
  • 1,037
  • 2
  • 16
  • 26
2
votes
0 answers

possible to show composition relationship in a diagram generated from PHP source code?

i have tested several UML applications for whether they could show composition relationships in the UML diagrams generated form the PHP source code or not, and the result is they can't. i know that this is a typical problem for PHP cause we don't…
never_had_a_name
  • 90,630
  • 105
  • 267
  • 383
2
votes
1 answer

java.lang.NoClassDefFoundError: java.awt.Container while trying to install Visual Paradigm

I'm trying to run Visual Paradigm Community Edition installer and I am getting this error in terminal - GUI installer never shows up (Ubuntu 14.04 64bit, Oracle Java 8): java.lang.NoClassDefFoundError: java.awt.Container at…
2
votes
1 answer

How To Model Exception In UML Activity Diagram in Visual Paradigm

I am a student trying to create an activity diagram for our join chat room use case for our chat module project. I am stuck trying to model an exception wherein when the chat server went down at any step of the join chat basic flow, it will display…
Pao Perez
  • 25
  • 1
  • 4
2
votes
1 answer

visual paradigm identifying relationship

What does this checkbox mean? When I click it the foreign_key line representation becomes solid instead of dashed. When I click it I also look the 'Sync to association' dropdown. What is this doing?
user391986
  • 29,536
  • 39
  • 126
  • 205
2
votes
1 answer

Visual Paradigm for UML - Allow duplicate names

Is there a way how to allow duplicate names in ERD diagrams in Visual Paradigm for UML? What I am trying to do is to document database changes. I want to have every database version in separate diagram. Changes to database are incremental so there…
truthseeker
  • 1,220
  • 4
  • 25
  • 58
2
votes
1 answer

Interface Class relationship in visual paradigm

I have been working on this but could not find a way to denote the relationship between a class and an interface that is implemented by class in an UML diagram. My interface and class has following relationship: interface foo { void a(); …
Love Gupta
  • 975
  • 2
  • 16
  • 31
1 2
3
10 11