Export model to CSV

tomcat-thumbCSV (comma-separated values) file is a very common file format for saving textual data in table structure. Each line in the CSV file is presenting an entry, while fields in each record is speared by commas (or other separator). Data in CSV can be used with any spreadsheet program, or even for exchange of information between applications. In this article we will show you how you can make use of Visual Paradigm Open API to create a plugin which export the use case models in your project into a CSV file.

Read more

Generate links to glossary term in Doc. Composer

A glossary term is a word or phrase that is important within your project scope. In Visual Paradigm you can define the glossary terms and organize them in Glossary Grid. The glossaries in project can be outputted to document using Doc. Composer with the linkage maintained. Read more

S101 – No Valid license

This error means license was found but was not valid for the version of Visual Paradigm you using. For example, you have installed the latest version software but unfortunately your license already out-of-maintenance and not entitle for upgrade. Read more

Why I cannot manage my Doc. Composer Templates?

I would like to make change to the Doc. Composer templates but received error complaining on the permission.

Complain on lack of permission to edit Doc. Composer templates

Complain on lack of permission to edit Doc. Composer templates

This is caused by you didn’t have sufficient permission enabled in your VPository. To solve this problem: Read more

Control Shape Line Style using Open API

tomcat-thumbWhen creating diagrams sometimes you might want to have the shape showing different line styles, i.e. to have better presentation for your diagram with important elements easily spotted out. In this case you may adjust the line style to make the element looks different. To do this you can specify the line style of the individual element via the user interface. But instead of manually specify the line style shape by shape, you can also do this via the Open API. In this article we will use Class as sample to demonstrate how to control its line style with Visual Paradigm’s Open API. Read more

How to Define Stereotype and Tagged Values using API

Stereotype is one of the extension mechanisms in the Unified Modeling Language (UML). By defining stereotype, you can extend new notations by deriving from an existing one. You can define new properties to your derived notations using tagged values. In Visual Paradigm, it is not necessary to stereotypes and tagged values using application’s user interface. You can also do this using Open API. This article will show you how to create stereotype and tagged values using Open API. Read more

List out all model elements with references

With Doc. Composer you can easily list out all model elements in your project which having particular properties defined. In this article we will demonstrate how to list out the model elements in your project which having references with other diagrams, model elements or external resources. Read more

Insert Implementation Code to Operation via Open API

Visual Paradigm support defining implementation detail to operation model via the specification dialog. Besides you can also do this via Open API. In this example we will show you how to create a simple class model with an operation, and specify its implementation. Read more

S100 – Activation code not found

This error means we didn’t find a valid Visual Paradigm license for your software. You must use a valid activation code to activate Visual Paradigm. Your activation code should be in the confirmation email you received after buying Visual Paradigm, in the order confirmation screen, or downloaded from your Customer Service Center account. Read more

Hiding class attributes using Open API

Visual Paradigm Open API provide Java programming interface for manipulate diagrams and models within the project. In this article we will show you how to hide out attribute from class shape in class diagram. Suppose we would like to hide out the name attribute from Customer class in current opening diagram: Read more