mafw.examples

A library of examples.

Modules

db_processors

The module provides some basic processors with DB interaction for demonstrating the basic functionalities.

importer_example

The module provides one concrete implementation of an Importer, as it was used in the autorad paper2.

loop_modifier

The module provides examples on how the user can change the looping structure in a looping processor using the looping status.

multi_primary

Module demonstrates how to use multicolumn primary keys and foreign keys.

processor_list

The module provides some examples on how to use ProcessorList to combine several processors.

sum_processor

The module provides some examples for the user to develop their own processors.