Dataflow Software Stack
032db78
Master Thesis of Mathijs Saey at the VUB
|
Functions | |
def | convertSubGraphs |
Add the contents of a collection of subGraphs to a DIS program. More... | |
def | convert |
Convert a collection of subGraphs to a DIS program. More... | |
def backEnd.DVM.graphConverter.convertSubGraphs | ( | subGraphs, | |
prog | |||
) |
Add the contents of a collection of subGraphs to a DIS program.
subGraphs | A list of subgraphs to compile. |
prog | The DIS object to add the data to. |
def backEnd.DVM.graphConverter.convert | ( | entryName = 'main' | ) |
Convert a collection of subGraphs to a DIS program.
entryName | The name of the entry point in the program. This subgraph will be linked to the entry and exit of the DVM program. |