Add Functions You Like

Functionality extended just for you. Create and plug in custom functions for higher productivity.
Extend Properties to Your Needs

Want to describe your model element with attributes beyond the defaults? Simply add custom properties by using tagged values. Let's say you are working with an actor called "employee" in a UML use case diagram. You could add a tag called "Work Hours Per Week" of integer type and assign "40" to it, as an example. To centralize these tag definitions for reuse, you can group them under a stereotype which you can add to a model element afterwards.
Plug-in support (Java)
-
Improved plugin support
The Open-API now supports adding diagram category as well as the button group and buttons in it. Besides, you can now define default tagged values for custom elements created by a plug-in, as well as to present the tagged values in the body of these custom shapes.

Visual Paradigm plug-in provides an extendable platform for developers to add functions to Visual Paradigm for UML. Developer can reference to the plug-in development guide to build their own plug-in to read, create, update and delete diagrams and model elements. Developer can use Java to develop plug-in. The following screenshots outline the steps to create plug-in for Visual Paradigm for UML.
- VP-UML Plug-in Development
Tutorial
- Introduction to plugin support
- Implementing plugin
User's Guide
Tool customization

You may want to hide away some diagram types, menu items or toolbar items to avoid your team creating wrong types of model. Visual Paradigm for UML supports customization of User Interface (UI) objects by XML. The following screenshots outline the steps to customize the tool.
- Hiding user interface components
User's Guide



Tell Us What You Think