Dataflow Software Stack  032db78
Master Thesis of Mathijs Saey at the VUB
 All Classes Namespaces Files Functions Variables Pages
Namespaces | Functions | Variables
graph.py File Reference

Namespaces

 IGR.graph
 Complete program.
 

Functions

def IGR.graph.addSubGraph
 Add a subgraph to the program. More...
 
def IGR.graph.bindName
 Add a subgraph to a given name. More...
 
def IGR.graph.getSubGraphs
 Get a list of all the non-compound subgraphs in the program. More...
 
def IGR.graph.getSubGraph
 Get a subgraph by name. More...
 
def IGR.graph.removeSubGraph
 Remove a subgraph from the program. More...
 

Variables

list IGR.graph.__SUBGRAPHS__ = []
 All of the functions in the program. More...
 
dictionary IGR.graph.__FUNCTION_NAMES__ = {}
 The function names, combined with the subgraph they map to. More...