Creating Object Diagram using Open API

tomcat-thumbIn Unified Modeling Language the Class Diagram is a typical diagram for model the static structure of a system. The Class Diagram gives developer a clear picture about how the classes are related to each other. But it only model about the static structure, not about the running instance. For the running instance the Class Diagram is realized by the Object Diagram. In this article we will show you how to create object diagram with Open API. Read more

Create Glossary Grid with Open API

Defining glossary help your team to understand the software without ambiguity. In Visual Paradigm you can define glossary terms for explaining your models. The glossary terms can be explained by textual description, categorized by labels, and link up the meaning with similar terms using alias. Glossary can be created via the user interface or programmatically with Open API. In this article we will teach you how to create glossary grid using Open API. Read more

Create Model Transitor using Open API

Model Transitor is a feature that allows to create ‘transit’ relationships within your Visual Paradigm models, which can be a useful reference in identifying the cause of design changes in the future. The Model Transitor can be generated programmatically using Open API. In this article we will teach you how to create Model Transitor using Open API. Read more

Why the table in my document always start on new page?

When generating document using Fill-in doc my table always start on new page instead of following the previous paragraph….

Table always start on new page

Read more

How to backup local personal repository

The local personalized repository allow you to run the VPository features on pure local and personalized environment without access to VPository cloud over Internet. When upgrade Visual Paradigm to new version the local repository will automatic upgrade to compatible version. The upgrade process is irreversible. In case if you rollback the upgrade of Visual Paradigm client it will not able to work with your local repository again as it already being upgraded. In this article we will show you what files need to backup for your local repository and how to restore them to previous version in case you rollback the upgrade of your Visual Paradigm client. Read more

Create Swimlane in Activity Diagram using Open API

tomcat-thumbIn UML activity diagram the swimlane is a collection of partitions which allows user to group the actions with common characteristics together. The swimlane can have partitions in multi dimensions. In this article we will show you how to create swimlane in activity diagram using Visual Paradigm Open API.

 

Read more

Create Activity Diagram using Open API

tomcat-thumbActivity diagram is one of the behavior diagram in Unified Modeling Language (UML) which used to model the flow of control of your system. With the support of model of decision, activity diagram provide graphical representation to present the step-by-step flow of control of your system. Instead of manually create the activity diagram, you can also generate it via Visual Paradigm’s Open API. In this article we will show you how to create activity diagram with Open API. Read more

Output the RACI value for particular role in the project

Doc. Composer allows you easily output responsibility of a role (pools and lanes in business process) against all related task and sub-process within the project at once. In this article we will demonstrate how to output all tasks related to particular role and his responsibility value by using customized templates. Read more

Create SysML Internal Block Diagram using Open API

The SysML internal block diagram use to model the decomposition of a block or its internal structure. In internal block diagram a block can be decompose into parts or subsystems. This article will show you how to create internal block diagram using Open API.

This is the internal block diagram we are going to create. Read more

Revoke Floating License from User

Visual Paradigm Floating License allow the licenses being share across users. With floating license user can acquire license from license server to run the software. When finish using the software the license will return to server and release to pool for other users. In some case users may occupied the license but not really using it, this causing your team run out of licenses. In this article we will show you how to revoke the floating license which is acquired by user. Read more