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
59
votes
1 answer

Warning: There is no class model available for code generation in Visual Paradigm

I'm dealing with a problem in my Visual Paradigm project. I created some Java sources and I did instant Reverse with them. Then I dragged the model elements of the classes to the Class diagram. I modified the class diagram adding some operations to…
Jonás
  • 1,459
  • 4
  • 27
  • 43
11
votes
0 answers

Is there a way to store Visual Paradigm .bak and .vux files in a sub directory

I have been working with Visual Paradigm for a while not and I love the tool. The only thing I get annoyed by is the amount of files it generates for each project. The files I mean are .vpp.bak_ and .vux. Is…
Johan Vergeer
  • 5,208
  • 10
  • 48
  • 105
10
votes
1 answer

what is the equivalent of a (python-)module in UML

in UML, there seems to be no element that is the equivalent of a module in python, or at least i haven't figured it out yet. a module in python, represented by one .py-file, has a header where the imports are denoted. it can contain many classes,…
coffeekid
  • 128
  • 1
  • 7
9
votes
2 answers

Generate er diagram from Hibernate entity

I would like to generate ER diagram from Hibernate entities or Hibernate mapping. I have selected visual paradigm tool which provides this feature. I would like to know your feedback about visual paradigm or some other tools if you know which…
rahul
  • 383
  • 1
  • 8
  • 20
9
votes
2 answers

UML generalization and realization

I am pretty new to UML, so I have some questions about Generalization and Realization. I am modeling the behavior of an electronic microcontroller and I need to generate C++ code from the UML description. As far as I know, a class realizes an…
Umberto D.
  • 215
  • 1
  • 2
  • 6
6
votes
2 answers

What does the dot mean at the end of an association?

I reversed some Java code to get a uml class diagram using Visual Paradigm. The diagram shows some associations with little black circles on one end, which I never saw before. Image It's definitely not a composition and not a containment! Can…
Locdoc01
  • 723
  • 1
  • 5
  • 19
6
votes
1 answer

New Diagram creates new Model

I create a new model Analysis Model and then a new use case diagram Simple Uses Cases inside it. Why does it automatically create a new model named the same - Simple Uses Cases at the same level with Analysis Model? I would like to understand the…
Flavius
  • 13,566
  • 13
  • 80
  • 126
5
votes
1 answer

How to import any UML/XMI files to StarUML?

I am trying to import a UML Diagram (of a C++ project) I designed in a program called Visual Paradigm. This program allows me to save the UML diagram in various formats ) and when I choose the XMI format (supported by StarUML through an…
Spectre_k9
  • 51
  • 1
  • 3
5
votes
1 answer

Visual paradigm, cant use persistence inheritance on a DCD

I am trying to have a simple inheritance with visual paradigm on a DCD. However every time i try to use update to code it doesn't generate any of the classes used in that inheritance (doesn't generate user, student, bpcoordinator, promotor). It…
Maxim
  • 3,836
  • 6
  • 42
  • 64
5
votes
2 answers

Visual Paradigm line break at method parameters

I have to make a documentation for my program, and that documentation have to contains class diagrams too. My problem is, some method has too many parameters, and it makes the class diagram very long horizontally. And these large diagrams doesn't…
Aksirba
  • 111
  • 1
  • 10
4
votes
2 answers

UML Sequence diagram auto-numbering in Visual Paradigm

I'm fairly new to Visual Paradigm and I noticed the auto-numberign feature on the messages of the sequence diagram, which I like a lot since it gives you a visual guidance specially when the diagram gets really large. Then I found myself in a…
Scaramouche
  • 3,188
  • 2
  • 20
  • 46
4
votes
1 answer

Sequence Diagram for Login Operation

It's my first time working with visual paradigm and uml in general and I'm a bit confused about how I'm supposed to show certain behaviours. I wish to draw a sequence diagram for a very classic login operation on a web site: first the user submit a…
Janbure
  • 75
  • 1
  • 6
4
votes
2 answers

Visual Paradigm Sub-activity diagram icon

In a UML Activity Diagram, an Action representing a Sub-activity diagram can be signaled with a "trident" icon, like in this picture: I'm using Visual Paradigm as UML editor and I need to use this icon whithin some activity diagrams. But I haven't…
eang
  • 1,615
  • 7
  • 21
  • 41
3
votes
1 answer

Synchronization between code and model in Visual Paradigm

I create a class diagram and then generate their code by Visual Paradigm. I have inserted a lot of code into generated classes and now I need to update the model. but I would like to perform updating through Visual Paradigm for easiness. if I update…
hamed
  • 471
  • 1
  • 9
  • 22
3
votes
1 answer

Transparent message boxes in VP UML?

I'm making sequence diagrams for a project I'm developing. Nothing overly complex, just a few lifelines with calls back and forth. The problem is, the white background box of my message descriptions cover over things like my lifeline boxes and…
Rome_Leader
  • 2,518
  • 9
  • 42
  • 73
1
2 3
10 11