Dataflow Software Stack
032db78
Master Thesis of Mathijs Saey at the VUB
|
Classes | |
class | CallNode |
Call node. More... | |
class | CompoundNode |
Compound node. More... | |
class | ConstantNode |
Constant node. More... | |
class | Node |
Standard node. More... | |
class | OperationNode |
Operation node. More... | |
class | SubGraphEntryNode |
Entry point of a subgraph. More... | |
class | SubGraphExitNode |
Exit point of a subgraph. More... | |
Functions | |
def | getKey |
Generate unique id. More... | |
Variables | |
int | __KEY__ = 0 |
def IGR.node.getKey | ( | ) |
Generate unique id.
Generate a key that serves as a unique id for a node. Mainly useful for debugging purposes.
int IGR.node.__KEY__ = 0 |