__init__(self, executorSet, inputData=set([]), outputData=set([])) | python.trfGraph.executorGraph | |
__repr__(self) | python.trfGraph.executorGraph | |
__str__(self) | python.trfGraph.executorGraph | |
_bestPath(self, data, dataAvailable, startNodeName='_start', endNodeName=None) | python.trfGraph.executorGraph | private |
_execution | python.trfGraph.executorGraph | private |
_extendPath(self, path, currentNodeName, nextNodeName) | python.trfGraph.executorGraph | private |
_inputData | python.trfGraph.executorGraph | private |
_nodeDict | python.trfGraph.executorGraph | private |
_outputData | python.trfGraph.executorGraph | private |
_resetConnections(self) | python.trfGraph.executorGraph | private |
_toposort | python.trfGraph.executorGraph | private |
_toposortData | python.trfGraph.executorGraph | private |
addNode(self, executor) | python.trfGraph.executorGraph | |
data(self) | python.trfGraph.executorGraph | |
deleteNote(self, executor) | python.trfGraph.executorGraph | |
doToposort(self) | python.trfGraph.executorGraph | |
execution(self) | python.trfGraph.executorGraph | |
findConnections(self) | python.trfGraph.executorGraph | |
findExecutionPath(self) | python.trfGraph.executorGraph | |
inputData(self) | python.trfGraph.executorGraph | |
inputData(self, inputData) | python.trfGraph.executorGraph | |
outputData(self) | python.trfGraph.executorGraph | |
outputData(self, outputData) | python.trfGraph.executorGraph | |