Entries by Visual Paradigm Team

How to Add New Subscription to your Account

Visual Paradigm license subscription service allows users to rent and use Visual Paradigm on monthly basis. It helps users to save money while benefit from the use of modeling tools in software development. The subscription service is a good point to kick start of adopting Visual Paradigm. As the team grow, more subscription licenses will […]

Create relationship with elements on existing diagram without drag & drop

Visual Paradigm provides the intuitive Resource Centric Interface which provides various handy tools to helps you create diagrams. i.e. The Resource Catalog allows you to create diagram without remember the required syntax on different modeling languages. The Resource Catalog allows you to create connected elements, or create relationships by simply drag & drop of resource […]

Create Activity Diagram using Open API

Activity 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 […]

Create Timing Diagram using Open API

Timing 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 […]

Create Protocol State Machine using Open API

The 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 […]

Create State Diagram using Open API

State 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 […]