dotRunner Class Reference

prints a Graphvis dot file to stdout More...

Inheritance diagram for dotRunner:

Runner

List of all members.

Public Member Functions

def __init__
def set_graph
def run
 run the current graph with targets
def printDot
 returns self.dot
def toDot
 build string representation of graph in do form
def abbrige
def node_dict_to_str
def add_to_node_dict
def nodeToString
 function to work with data in the hashtable

Public Attributes

 records
 counterC
 counterD
 graph
 dot

Static Public Attributes

string type = "dot"


Detailed Description

prints a Graphvis dot file to stdout

Definition at line 48 of file dotRunner.py.


Member Function Documentation

def __init__ (   self,
  records = None 
)

Definition at line 51 of file dotRunner.py.

def set_graph (   self,
  graph 
)

Definition at line 55 of file dotRunner.py.

def run (   self  ) 

run the current graph with targets

Definition at line 66 of file dotRunner.py.

def printDot (   self  ) 

returns self.dot

Definition at line 75 of file dotRunner.py.

def toDot (   self,
  graph,
  name = 'SLIMpy',
  abr = True 
)

build string representation of graph in do form

Definition at line 82 of file dotRunner.py.

def abbrige (   self,
  s,
  abr 
)

Definition at line 109 of file dotRunner.py.

def node_dict_to_str (   self,
  nd 
)

Definition at line 116 of file dotRunner.py.

def add_to_node_dict (   self,
  key1,
  key2,
  u,
  v,
  nd 
)

Definition at line 131 of file dotRunner.py.

def nodeToString (   self,
  node,
  dataDict,
  commandDict 
)

function to work with data in the hashtable

Definition at line 152 of file dotRunner.py.


Member Data Documentation

string type = "dot" [static]

Definition at line 49 of file dotRunner.py.

Definition at line 52 of file dotRunner.py.

Definition at line 56 of file dotRunner.py.

Definition at line 57 of file dotRunner.py.

Definition at line 59 of file dotRunner.py.

dot

Definition at line 60 of file dotRunner.py.


The documentation for this class was generated from the following file:

Generated on Sun Aug 10 09:11:11 2008 for SLIMpy by  doxygen 1.5.6