Create Deployment Diagram using Open API

tomcat-thumbDeployment Diagram in Unified Modeling Language is helps to model the physical deployment structure of a software system. It helps to illustrate the structure how the hardware or software components (artifacts) exist in the system and how are they related to each other.. Instead of creating deployment diagram manually, you can also create it programmatically using Open API. In this article we will show you how to create the deployment diagram with Visual Paradigm’s Open API. Read more

Create Migration Roadmap Diagram using Open API

Migration roadmap allow user to model and document the time frame, transition and migration of his projects. Besides it also helps to record when a project is reviewed and investment will take place throughout its life-cycle. In Visual Paradigm you can create migration roadmap by manually create it on diagram, or generate it via Open API. In this article we will show you how to create migration roadmap using Visual Paradigm‘s Open API.

The migration roadmap created with Open API

Read more

How to upgrade your Visual Paradigm Desktop client (perpetual license) to higher edition

You may be using the Modeler Edition of Visual Paradigm and want to upgrade to higher edition for more features. In this article, we will provide you with all the information about upgrading, from pricing to procedure. Read more

Create Business Process Diagram using Open API

Business Process Model and Notation (BPMN) is a standard to model and visualize the business workflow. In Visual Paradigm user can model the business workflow with BPMN using Business Process Diagram. In this article we will show you how to create Business Process Diagram with BPMN using Open API.

Sample Business Process Diagram

This is the Business Process Diagram we going to create. It consist of pools, lanes, task, sub-process, start and end events, as well as sequence and message flows. Read more

How to output relationships details using Doc. Composer

Doc. Composer provides an extremely customizable way to query the details of model elements and out put them into Word, PDF and HTML documents. In this article we will teach you how to customize the document templates to output the details of a relationship model. Read more

Why the class members not being generate to document?

Trying to create custom document template on Class Diagram to output its containing classes and its members but none of the class member being rendered…

No class member being rendered to document

Read more

Create Protocol State Machine using Open API

tomcat-thumbThe Protocol State Machine in Unified Modeling Language (UML) helps to express the usage protocol or lifecycle of classifiers. It shows which operations are available for the classifier under which state and conditions, thus provide call sequence of the classifier’s operation. Instead of manually create the protocol state machine, you can also generate it via Visual Paradigm’s Open API. In this article we will show you how to create protocol state machine with Open API. Read more

Create State Diagram using Open API

tomcat-thumbState Diagram, also call State Machine Diagram is one of the most important diagram in Unified Modeling Language. It helps to visualize the state change of a system, or a particular object in response to various events during the execution of the software. Besides create state diagrams manually, you an also create it programmatically using Open API. In this article we will show you how to create the state diagram with Visual Paradigm’s Open API. Read more

Control Background Color of Table Rows in Doc. Composer

The Doc. Composer template allow users to customize how the model data being generated into documents. User can freely control how the rendering of model data by writing XML template. In this article we will demonstrate how to control the background color of table rows when writing XML templates. Read more

Generate Document for each Business Process Diagram in Project using Open API

Doc. Composer is a build-in document builder in Visual Paradigm which allows user create professional looks document with fully customizable XML templates. With the Build from Scratch mode user can create customized XML template and drag & drop it into document editor for rendering documents. This process can be automated using Open API. In this document we will demonstrate how create plugin to automatic publish all business process diagrams in your project to Word document using your specified XML template. Read more