Layout diagram using Open API

Visual Paradigm bundled with auto-layout engine which help user to perform auto layout to their diagrams. The auto-layout can triggered via user interface as well as via Open API. In this article we will teach you how to layout your diagram via Open API. Read more

Control background color of shape using Open API

tomcat-thumbWhen creating diagram sometimes you might want to have shapes showing different background color. To do this you can specify the background color of individual elements one by one. But instead of manually specify the background color shape by shape, you can also do this via Open API. In this article we will demonstrate how to control the background color setting of elements in your active diagram using Visual Paradigm Open API. Read more

How to create black box pool with multi-instance participant

A pool in business process modeling notation is representing a participant in a collaboration. A pool can present as a container and showing the detail of its process, or present as a black box. If the pool is associated with participant it can then further specify its multiplicity. To create black box pool with multi-instance participant: Read more

How to Show Up Existing Ports in Composite Structure Diagram

Composite Structure Diagram is a UML diagram specific for model the internal structure of a structured classifier or collaboration. Ports are often used to represent property of classifier that specifies a distinct interaction point between the classifier and its environment, or between the classifier and its internal parts. Same as a normal model elements in Visual Paradigm, the ports can be reused across diagram when reusing the parent classifier. In this article we will show you how to reuse the port of a classifier in different diagram. Suppose we have the composite structure diagram like below and we reuse the Car class on a different diagram.

Original composite structure diagram

To bring up the ports which already attached to the Car class: Read more

Why I cannot migrate my project to Scrum for requirement management?

When I try to migrate the legacy UeXceler in my project into Scrum the following error showing up.

Cannot migrate legacy UeXceler to Scrum

Read more

How to Delete Project from Local Repository

Visual Paradigm support version control on models using VPository cloud service, or on-premises Teamwork Server. But in case user do not require team collaboration development support and do not have access to Internet, then he can use the embedded server to version his project. Same as the free VPository subscription user can have 1GB local space on embedded server for version support to their projects. In case space the local repository run out of space user can delete the projects to reclaim the space. To delete the project in local repository: Read more

Replace Model Element with Open API

In Visual Paradigm the models you created are in repository basis, where a single model element can appear on multiple diagrams, or even multiple occurrence in a single diagram. Each occurrence (we call the view) on diagram is a visual presentation of the model element. In some case you might want to change the underlying model element of a view to another model element without affecting the diagram. In this article we will show you how to change the underlying model element of a view using Open API. Read more

How to create Rich Text Tagged Values

Tagged values offer a convenient way to define additional details to your models elements. In Visual Paradigm you can define tagged values for model elements in various data types, including plain text, integer, floating point number, Boolean, data and time, reference to another model elements, as well as HTML text. To create rick text tagged values: Read more

How to Create Parallel Event-Based Gateway

tomcat-thumbThe Event-Based Gateway represent a branching point in business process where the alternative path being executed based on the events that occur. The Event-Based Gateway can be in Exclusive type of Parallel type. To create parallel event based gateway in business process diagram in Visual Paradigm:

 

Read more