Dataflow Software Stack  032db78
Master Thesis of Mathijs Saey at the VUB
 All Classes Namespaces Files Functions Variables Pages
Functions
backEnd.DVM.graphConverter Namespace Reference

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...
 

Function Documentation

def backEnd.DVM.graphConverter.convertSubGraphs (   subGraphs,
  prog 
)

Add the contents of a collection of subGraphs to a DIS program.

Parameters
subGraphsA list of subgraphs to compile.
progThe DIS object to add the data to.
def backEnd.DVM.graphConverter.convert (   entryName = 'main')

Convert a collection of subGraphs to a DIS program.

Parameters
entryNameThe name of the entry point in the program. This subgraph will be linked to the entry and exit of the DVM program.