Tutorials

This section contains tutorials that (should) guid the user through various use cases of Haver’s module system.

Exporting and Importing a Class

In this tutorial we will define two classes in two different modules:

  1. Define the two classes and implicitly both modules.

  2. Export one class in its modules application programming interface and import it in the module.

  3. Use the one class in a method of the other class.

_images/SimpleImportTutorial.png

Using the Export/Import Wizard

In this tutorial we will define two classes in two different modules and let the wizard export and import one of the classes into the other module.

_images/ExportImportWizard.png