Posts

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

How to Remove User Defined Tagged Values for All Model Elements Using API

Using tagged values is a convenient way to define additional details to model element. You can define tagged values on individual elements as a one-off usage, or define it under Stereotypes and reuse it by apply the stereotype to model elements. But to remove the tag, say you found that one of the tagged values in your model is no longer valid, you will have to go through model by model to locate and remove them. It is OK for a small project, but a very time consuming job for a large project. Since the Open API provides full access to the model data within the project, we can make use of it to remove the unwanted tagged values. In this article will show you how to remove the user defined tagged values from model element by developing a plugin. Read more

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

Define Stereotypes in Organization Chart

An organization chart is a diagram that visualizes the formal structure of an organization as well as the relationships and relative ranks of its positions. However, it is hard to tell which unit indicates a person and which unit represents a person’s position. With VP-UML, you are able to distinguish each unit through the application of stereotypes. This article will teach you how to define stereotypes in organization chart.

Read more

Define and Specify Stereotype in Business Process Diagram (BPD)

A stereotype defines how a model element may be extended and enables the use of domain specific terminology or notation. The name of stereotype is enclosed by guillemets and placed above the name of model element, in addition, a specific icon can be defined for stereotype. In this article, you can learn to define and specify stereotype of a BPMN task in BPD.

Read more