Entries by Visual Paradigm Team

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

How to extend your Visual Paradigm monthly subscription

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

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

Doc. 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 […]

How to setup ArchiMetric in 32 bit environment [Obsolete]

Since version 14.0 ArchiMetric had been replaced by Visual Paradigm Enterprise. ArchiMetric (former Visual Paradigm Enterprise Edition) is an all-in-one software and system development tool for end-to-end information technology system modeling. As 64 bit system already become the majority player, ArchiMetric only offer installation package for 64 bit systems. But even 32 bit installation package […]

Export model to CSV

CSV (comma-separated values) file is a very common file format for saving textual data in table structure. Each line in the CSV file is presenting an entry, while fields in each record is speared by commas (or other separator). Data in CSV can be used with any spreadsheet program, or even for exchange of information […]