|
OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
Inheritance diagram for viz_graph.Dotty_Output:
Collaboration diagram for viz_graph.Dotty_Output:Public Member Functions | |
| def | __init__ |
| def | output_node |
| def | output_edge |
| def | write |
Public Attributes | |
| body | |
docstring for Dot_output
Definition at line 99 of file viz_graph.py.
| def viz_graph.Dotty_Output.__init__ | ( | self | ) |
Definition at line 101 of file viz_graph.py.
| def viz_graph.Dotty_Output.output_edge | ( | self, | |
| source, | |||
| target, | |||
| attr | |||
| ) |
Definition at line 126 of file viz_graph.py.
References viz_graph.Dotty_Output.body.
| def viz_graph.Dotty_Output.output_node | ( | self, | |
| node_id, | |||
| attr | |||
| ) |
docstring for output_node
Definition at line 104 of file viz_graph.py.
References viz_graph.Dotty_Output.body.
| def viz_graph.Dotty_Output.write | ( | self, | |
| filename | |||
| ) |
docstring for write
Definition at line 170 of file viz_graph.py.
References viz_graph.Dotty_Output.body.
| viz_graph.Dotty_Output.body |
Definition at line 102 of file viz_graph.py.