![]() |
Dataflow Software Stack
032db78
Master Thesis of Mathijs Saey at the VUB
|
Namespaces | |
| IGR.dot | |
| IGR dot parser. | |
Functions | |
| def | IGR.dot.subGraphHeader |
| Add the attributes of the subgraph. More... | |
| def | IGR.dot.subGraphFooter |
| "close" the subgraph. More... | |
| def | IGR.dot.compoundHeader |
| def | IGR.dot.compoundFooter |
| def | IGR.dot.portString |
| Get a representation for a port. More... | |
| def | IGR.dot.ports |
| String representation of a port list. More... | |
| def | IGR.dot.inputList |
| Get the portlist for the inputs of a node. More... | |
| def | IGR.dot.outputList |
| Get the portlist for the outputs of a node. More... | |
| def | IGR.dot.nodeIdentifier |
| Identifier of the node. More... | |
| def | IGR.dot.edgeStr |
| Convert a connection to a string. More... | |
| def | IGR.dot.nodeLabel |
| Add the label of the node to the buffer. More... | |
| def | IGR.dot.nodeLinks |
| Add all the outgoing edges of a node to the buffer. More... | |
| def | IGR.dot.node |
| Write the information of a node to the buffer. More... | |
| def | IGR.dot.dotHeader |
| Write general dot information. More... | |
| def | IGR.dot.dotFooter |
| Close the dot graph. More... | |
| def | IGR.dot.getDot |
| Create the dot string. More... | |
| def | IGR.dot.dotToFile |
| Get the dot representation and write it to a file. More... | |
| def | IGR.dot.dot |
| Convert the IGR graph to dot, save it, and run dot on this file. More... | |
Variables | |
| tuple | IGR.dot.log = logging.getLogger(__name__) |
1.8.8