How to import resoures from tutorial

Where can I find how to import the resources from the tutorials.
For example. The singleton dessign pattern has twe resources
•Design Patterns.vpp
•Singleton.pat

How can I use them.

Tnx
Dan

Hi Dan,

The .vpp file contains the class diagram of the pattern. You can check its content by opening it directly.

The .pat file is the pattern file. To use it:

  1. Right click on the class diagram you want to apply the pattern. Select Utilities > Apply Design Pattern… from the popup menu.
  2. In the Design Pattern window, click Add at bottom left.
  3. Select the .pat file and give it a name
  4. Configure the pattern before actually applying it
  5. Click OK

Hope this help.

Best regards,
Jick Yeung