How to Share Stereotypes Definitions?

Share stereotypes thumbnailStereotype is an extension mechanism you can use to define new model elements. In Visual Paradigm you can apply stereotype on both UML and BPMN elements.

With the import/export stereotypes utility, you can easily share stereotypes’ definition with colleagues without having to re-configure them again from scratch. If conflicts are detected when importing stereotypes, you can select to resolve them to ensure important configurations are not accidentally overwritten by other team members.

Read more

How to stop the recurring payment of your subscription

Visual Paradigm license subscription service allows users to rent and use Visual Paradigm/ArchiMetric on monthly basis. By default the license subscription will be settle with automatic recurring payment with your credit card in order to keep it alive. You can stop the recurring payment and switch back to manual payment mode from your Customer Service Center account. Read more

How to Purchase more Licenses for your Team

tomcat-thumbYou might need to purchase more Visual Paradigm licenses when your team expends. Adding license to your account is pretty easy and you can do it yourself right inside your Customer Service Center account. In this article, you will learn how to purchase new licenses to your account. Read more

How to reset model element ID and ID generator

tomcat-thumbHaving unique ID for your model elements are extremely useful in structure of your models in systematic way, also ease the communications with your teams. Visual Paradigm support generate unique ID for all model elements. Once configured, unique ID will be assigned to the model element upon creation. But during your development process the ID of your model elements could become cluttered (i.e. model elements being deleted) and the ID no longer generated in sequence. To solve this problem you can reset the ID of your model elements as well as the index in the ID generator. Read more

How to lookup the content of your Doc. Composer template for reference

tomcat-thumbDoc. Composer allows you to develop documents for your models tailored to your company/industry requirements and standards. You can decide how the model data are being presented in the document by customized the document templates. When customizing the document templates, referencing from those bundled by Visual Paradigm would always be a good point to kick start. But when you start look at the bundled templates, you may found that many of the bundled templates are actually referencing to other templates, and you may have difficulty on fining out the actual templates. In this article we will show you how to find out the actual templates so that you can reference to it and start modify your own template. Read more

How to extend your Visual Paradigm monthly subscription

tomcat-thumbVisual Paradigm license subscription service allow user to rent and use Visual Paradigm software on monthly basis. By default the subscription license will be extended automatically with recurring payment, but for those not with recurring payment user will have to extend it manually to keep the subscription alive, or instate his expired subscription. In this article you will learn how to extend your Visual Paradigm subscription, both inside Visual Paradigm or from your Customer Service Center account. Read more

How to overload operations in class model

Overloading methods is a very important technique in object-oriented modeling. It offer the ability to create multiple operations of same name with different implementations. In Visual Paradigm you can overload the operations simply from its specification dialog. To overload the operation: Read more

Reuse Constraint Parameters in SysML Parametric Diagram

The Parametric Diagram in SysML is a restricted form of the Internal Block Diagram. It shows the mathematical relationships between its modeled elements. Wish Parametric Diagram you can precisely define the details of a constraint in your system. The Parametric Diagram cannot live on its own, it must be relay on a SysML block, typically is a constraint block. In Visual Paradigm you won’t need to re-create the constraint parameters when you elaborate the constraint block with Parametric Diagram. In this article we will show you how you can reuse the constraint parameters when modeling in Parametric Diagram. Read more

How to override operations form superclass

Method overriding is a very common technique in object-oriented programming. It allows developer deliver specific implementation of a method in the subclass although it already defined by the superclass. When overriding a method the subclass replace the implementation in superclass by providing a method which exactly same as the one in superclass, i.e same name, parameter and also the return type. In Visual Paradigm you don’t need to redefine the operation in subclass to model the override. You can simply do it in one click inside the specification dialog. To override the operation: Read more

Why the relationships between entities not point to FK column?

tomcat-thumbEntity Relationship Diagram (ERD) is a tool for model the structure of a database. It mainly consists of the entity (database tables) as well as the relationships between them. Unlike the traditional UML diagrams, the relationship in ERD not just indicate the entitles are related to each other, it also specifies which column(s) between the source and target entities are linked, which also known as the primary key and foreign key relationship. People often want to have the relationships stick to its associated columns. But instead of manually adjust the connection point for the relationship connector, Visual Paradigm can automatically do it for you.

Read more