Public Member Functions | |
def | __init__ |
def | __str__ |
def | addNode |
def | addRootNode |
def | addSubGraph |
def | connect |
def | connectRank |
def | dotToPng |
def | dotToPs |
def | getName |
def | getRootNode |
def | getType |
def | saveDot |
def | setAttrib |
def | setLabel |
Static Public Attributes | |
string | COLOR = "color" |
string | DIGRAPH = "digraph" |
string | NODESEP = 'nodesep' |
string | RANKDIR = "rankdir" |
string | ROOT = 'root' |
string | SPLINE = "splines" |
string | STYLE = "style" |
string | SUBGRAPH = "subgraph" |
Private Member Functions | |
def | _resolve_ |
Private Attributes | |
_attribs | |
_connections | |
_dot_src_dir | |
_graph_name | |
_graph_type | |
_node_attribs | |
_nodes | |
_root_node |
Definition at line 212 of file digraph.py.
def airbus_docgen.digraph.digraph.Digraph.__init__ | ( | self, | |
graph_name, | |||
graph_type = DIGRAPH |
|||
) |
Definition at line 223 of file digraph.py.
def airbus_docgen.digraph.digraph.Digraph.__str__ | ( | self | ) |
Definition at line 309 of file digraph.py.
def airbus_docgen.digraph.digraph.Digraph._resolve_ | ( | self, | |
obj | |||
) | [private] |
Definition at line 264 of file digraph.py.
def airbus_docgen.digraph.digraph.Digraph.addNode | ( | self, | |
node | |||
) |
Definition at line 245 of file digraph.py.
def airbus_docgen.digraph.digraph.Digraph.addRootNode | ( | self, | |
node | |||
) |
Definition at line 251 of file digraph.py.
def airbus_docgen.digraph.digraph.Digraph.addSubGraph | ( | self, | |
graph | |||
) |
Definition at line 258 of file digraph.py.
def airbus_docgen.digraph.digraph.Digraph.connect | ( | self, | |
node1, | |||
node2, | |||
edge_attrib = None |
|||
) |
Definition at line 279 of file digraph.py.
def airbus_docgen.digraph.digraph.Digraph.connectRank | ( | self, | |
key, | |||
nodes = [] , |
|||
edge = None |
|||
) |
Definition at line 292 of file digraph.py.
def airbus_docgen.digraph.digraph.Digraph.dotToPng | ( | self, | |
output, | |||
rm_dot = False |
|||
) |
Definition at line 335 of file digraph.py.
def airbus_docgen.digraph.digraph.Digraph.dotToPs | ( | self, | |
output, | |||
rm_dot = False |
|||
) |
Definition at line 346 of file digraph.py.
def airbus_docgen.digraph.digraph.Digraph.getName | ( | self | ) |
Definition at line 236 of file digraph.py.
Definition at line 255 of file digraph.py.
def airbus_docgen.digraph.digraph.Digraph.getType | ( | self | ) |
Definition at line 233 of file digraph.py.
def airbus_docgen.digraph.digraph.Digraph.saveDot | ( | self, | |
output | |||
) |
Definition at line 324 of file digraph.py.
def airbus_docgen.digraph.digraph.Digraph.setAttrib | ( | self, | |
key, | |||
value | |||
) |
Definition at line 239 of file digraph.py.
def airbus_docgen.digraph.digraph.Digraph.setLabel | ( | self, | |
label | |||
) |
Definition at line 242 of file digraph.py.
Definition at line 223 of file digraph.py.
Definition at line 223 of file digraph.py.
Definition at line 223 of file digraph.py.
Definition at line 223 of file digraph.py.
Definition at line 223 of file digraph.py.
Definition at line 223 of file digraph.py.
Definition at line 223 of file digraph.py.
Definition at line 223 of file digraph.py.
string airbus_docgen::digraph::digraph.Digraph::COLOR = "color" [static] |
Definition at line 218 of file digraph.py.
string airbus_docgen::digraph::digraph.Digraph::DIGRAPH = "digraph" [static] |
Definition at line 215 of file digraph.py.
string airbus_docgen::digraph::digraph.Digraph::NODESEP = 'nodesep' [static] |
Definition at line 221 of file digraph.py.
string airbus_docgen::digraph::digraph.Digraph::RANKDIR = "rankdir" [static] |
Definition at line 219 of file digraph.py.
string airbus_docgen::digraph::digraph.Digraph::ROOT = 'root' [static] |
Definition at line 214 of file digraph.py.
string airbus_docgen::digraph::digraph.Digraph::SPLINE = "splines" [static] |
Definition at line 220 of file digraph.py.
string airbus_docgen::digraph::digraph.Digraph::STYLE = "style" [static] |
Definition at line 217 of file digraph.py.
string airbus_docgen::digraph::digraph.Digraph::SUBGRAPH = "subgraph" [static] |
Definition at line 216 of file digraph.py.