Create Timing Diagram using Open API

tomcat-thumbTiming diagram in Unified Modeling Language (UML) is a kind of interaction diagram. It is a special form of sequence diagram and focus on the time constraints of the interactions between objects. Instead of manually create the timing diagram, you can also generate it via Visual Paradigm’s Open API. In this article we will show you how to create timing diagram with Open API. Read more

Cannot launch Visual Paradigm in Visual Studio even after perform integration

When launching Visual Paradigm form Visual Studio the following error pops out and blocking Visual Paradigm to start.

Read more

Unable to reverse .NET binaries to Class Diagram

When perform reverse engineering of .NET binaries you may experience a problem that the Visual Paradigm complain the file you specified cannot be loaded.

Fail to reverse .NET binaries

Read more

Output All Glossary Terms and Alias to Document

Visual Paradigm support using glossary to define the meaning of vocabulary in the software project. For terms representing same meaning could be defined as alias for linking up the concept. When modeling the element which matched with glossary and its alias will automatically highlighted in diagram. The glossary and alias can also being output to document for review purpose or become part of the project documentation. In this article we will show you how to output all glossary and its alias using Doc. Composer. Read more

Generate CRUD chart for DFD using Open API

tomcat-thumbCRUD (Create, Read, Update & Delete) are the four basic operations which being performed on data. When analyzing a system, relaying various activities and data together with a CRUD chart can help to understand the relationships between different activities, and how they being link together by the data. Visual Paradigm support creating CRUD chart for any model elements in the project. Besides manually create the CRUD chart you can also generate programmatically using Open API. In this article we will teach you how to generate CRUD chart using Open API. Read more

Generate Image Map for your diagram using Open API

Image map allow user to create hyperlink to specific part of an image in a HTML document. With Open API you can export your Visual Paradigm diagram into image file also generate HTML document with image map on it. This allow user click on the shape in diagram image and jump to the URL which you defined. In this article you will show you how to export diagram into image and generate image map for it. Read more

How to create delegation connector between interface and port in Component Diagram

In UML Component Diagram the linkage between external contact of a component and the realization of that behavior can be linked with the delegation connector. It represent to forward the event from the external contact to target via the specified port. In Visual Paradigm you can create delegation connector between interface (the behavior) and port in following way: Read more

How to printout reference diagram for model element

Visual Paradigm support adding diagrams to model element as reference for provide supplementary information to your design. This reference relationship is not just a link defined in model, but also can output into document via Doc. Composer. You can output the reference by just display its name under the model element, or print the referenced diagram inline to the details of the model element. In this article we will show you how to print out the reference diagram inline to the details of model element. Read more

Output Business Process Task Procedures to Document

In Visual Paradigm user can define multiple set of working procedure to task and sub-process in business process diagram. The working procedures can be extracted from Doc. Composer and generate into a work manual.

Suppose we got the following BPD and with procedure defined on each task.

Task with procedures defined

Read more