Entries by Visual Paradigm Team

Create Grid Diagram using Open API

Visual Paradigm allows you to create the Grid Diagram for listing model elements in tabular form, structuring them into a table with elements as rows and properties as columns. The Grid Diagram can either be manipulated directly from the GUI, or through the use of the Open API. This article shows you how to develop […]

How to Deploy Plugins to VP Products

Open API is an extension mechanism provided by Visual Paradigm for extending the functionalities of the client software. The Open API is in Java based, which allows you to have full access to the model data in your project file. By using Open API, you can create your own plugin to implement some customized features.

How to connect Visual Paradigm with multiple VPository

VPository is a cloud-based collaboration platform provided by Visual Paradigm. VPository allow software teams to store and share Visual Paradigm projects with team members. Companies could using VPository for team collaboration. In some situation user may need to connect with different VPository during their work, i.e. a consultant may need to connect to the VPository […]

How to retrieve use story scenario via Open API

In requirement capturing use case is typically used to model the system goal where there user or stakeholder would like to achieve. Sometimes the use case could be very big and hard to manage. In agile development approach the use case would further break down into smaller pieces called user story. The user story is […]