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
0
votes
2 answers

UML group inheritance

I have a bunch of classes that need inherit the same base class and interface. Having arrows from every concrete class makes the diagram very messy. I want do something like put the concrete classes in a "sub group" and just draw arrows from the…
user3657017
  • 103
  • 1
  • 3
  • 7
0
votes
1 answer

Reverse engineering to class diagram weird associations

I am trying to reverse-engineer a school project into a Class Diagram. I noticed that when it's done, all my associations have this little bullet kind of thing in front of the one-way navigable arrow like this: What is it and what does it do? Also…
Limnic
  • 1,826
  • 1
  • 20
  • 45
0
votes
1 answer

Visual Paradigm for UML Using Conditional Nodes

I am attempting to use Visual Paradigm to produce an activity diagram. I want to use a conditional node. I have placed ond in my diagram, named it and now see there are two areas Test and Body. I want to enter a test condition but see no way to do…
Andrew S
  • 2,847
  • 3
  • 33
  • 50
0
votes
2 answers

Class Diagrams, Operation Specification - What are "Lower and Upper"?

I am unsure of the meaning of Lower and Upper as seen in the screenshot below. I'm using Visual Paradigm to document my design. I've searched their documentation for answers but could not find any. Can someone explain to me the meaning of those…
Pétur Ingi Egilsson
  • 4,368
  • 5
  • 44
  • 72
0
votes
1 answer

Is it possible to create class diagram from XML?

I want to know if it's possible to create a class diagram from an XML file? I have a code generator created by my self which reads the properties from an XML file and creates my classes. Is it possible to create a class diagram too? I think there…
ehsan shirzadi
  • 4,709
  • 16
  • 69
  • 112
0
votes
2 answers

Remove black bubbles and crosses at links using Visual Paradigm

I used UML to design my class diagram, how can i remove the black bubble at the end of the connector. Also how to remove the X on the link Thanks in advance
kype
  • 555
  • 1
  • 6
  • 24
0
votes
1 answer

How to draw class diagram to show inheritance?

I want to have a visual class diagram of my classes to show their relationships using Visual Paradigm. Some of my classes are inherited and also using an instance of other classes. I just know how to draw classes in class diagram and don't know to…
ehsan shirzadi
  • 4,709
  • 16
  • 69
  • 112
0
votes
1 answer

visual paradigm two databases in same project

How can I have two databases in the same project in Visual Paradigm 10? Right now I created two Entity Relationship Diagrams One for each database. The problem is when I go to Tools > Database > Generate I can only select one specific database and…
user391986
  • 29,536
  • 39
  • 126
  • 205
0
votes
2 answers

Visual paradigm: nested collaborations

I'm trying to create nested collaboration, just like that: But, in fact, Collaboration 2 isn't sub-node of Collaboration 1: So, say, when I drag first one (bigger), second one stays on its place. I have to select both items (Collaboration 1 and…
Dmitry Frank
  • 10,417
  • 10
  • 64
  • 114
0
votes
1 answer

UML Activity Diagram - how to design?

MAKE RESERVATIONS is the activity and it states the following: A customer contacts a reservation officer about a car rental. The customer quotes the start and end dates needed, the preferred vehicle, and the pickup office. The reservation officer…
Max Bummer
  • 59
  • 9
0
votes
1 answer

Visual Paradigm Class Diagram Drawing

I need to create a Class Diagram with some Model Packages. I have to use Visual Paradigm as modeling editor. The target I'm looking for is a diagram like this one: My problem is the following: how to create a Class like the classes in this…
eang
  • 1,615
  • 7
  • 21
  • 41
0
votes
2 answers

why VISUAL PARADIGM 8.0 can not create database from ERD?

I tried 4 hours generating database with VISUAL PARADIGM using mysql java connector jar library, but still getting following error: [Error] Setting Quote SQL Identifier option to Auto or Yes may solve this problem my mysql version is 5.5.
hpaknia
  • 2,769
  • 4
  • 34
  • 63
0
votes
1 answer

php syntax with visual paradigm

I'm getting an error on my PHP code when I try to reverse-egineer PHP code. This line in particular $adapter = new \Geocoder\HttpAdapter\CurlHttpAdapter(); It's not liking the backslash. How can I fix this, is there better way in PHP to write this…
user391986
  • 29,536
  • 39
  • 126
  • 205
0
votes
1 answer

"No session or session was closed" with Hibernate + RMI

I'm developing a Java project with Visual Paradigm which I am required to use. Visual Paradigm is using Hibernate. My project was running fine until I've added Genady RMI. I'm also required to use RMI. In the server side I've got MainDb which…
Jonás
  • 1,459
  • 4
  • 27
  • 43
0
votes
1 answer

Representing method overloading in Java using Visual Paradigm (VP UML) class diagrams

I need to represent overloaded methods like this: +setAttribute(int) +setAttribute(float) +setAttribute(boolean) in a a single Java class. VP UML does not allow me to type in duplicate method names. If I try to do this, the program will revert the…
user1550058
  • 45
  • 1
  • 6
1 2 3
10
11