Go to the source code of this file.
Namespaces | |
namespace | slimpy_base.Environment.GraphManager |
Classes | |
class | GraphManager |
provides an interface to the graph class More... | |
Functions | |
def | Execute |
for node in self.graph: node = table[node] # if the node is a data container try to remove it if isinstance( node , DataContainer ): # note: that the remove call only removes # data that are there and not temporary node.remove() | |
def | End |
end all current slimpy ativity runs the graph and cleans all nodes in the graph and hash table | |
def | printAdj |
prints graph instance | |
def | printInvAdj |
prints graph instance | |
def | printDep |
prints graph instance | |
def | printInvDep |
prints graph instance | |
def | toDot |
prints a dot file | |
Variables | |
string | __copyright__ |
GraphBuilder CLASS manages the graph,the pipe builder and the runner. | |
string | __license__ |