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

Namespaces

 dot
 dot generator
 

Functions

def dot.generateIdentifier
 Generate a unique idea for a chunk/key pair. More...
 
def dot.generateInstIdentifier
 Generate a unique identifier for an instruction. More...
 
def dot.generateTupleIdentifier
 Generate a unique identifier for a chunk, key pair. More...
 
def dot.processSink
 
def dot.processOp
 
def dot.processConst
 
def dot.processSplit
 
def dot.processContChange
 
def dot.processContRestore
 
def dot.processSwitch
 
def dot.processStop
 
def dot.getAttributes
 
def dot.addInst
 
def dot.destMapLinks
 
def dot.destListLinks
 
def dot.addContextChangeLinks
 
def dot.addSplitLinks
 
def dot.addSwitchLinks
 
def dot.addLinks
 
def dot.dotHeader
 
def dot.dotFooter
 
def dot.dotString
 Generate a dot string from the instruction memory. More...
 
def dot.dotFile
 Write the dot string to a file. More...
 
def dot.dot
 Convert the instruction memory to dot, save it and run dot on this file. More...
 

Variables

tuple dot.log = logging.getLogger(__name__)
 
dictionary dot.attributes