OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
Public Member Functions | |
def | __init__ |
def | write |
def | output_node |
def | output_edge |
Public Attributes | |
gephi | |
default_node_attr | |
default_edge_attr | |
Definition at line 72 of file viz_graph.py.
def viz_graph.Gephi_Output.__init__ | ( | self | ) |
Definition at line 74 of file viz_graph.py.
def viz_graph.Gephi_Output.output_edge | ( | self, | |
source, | |||
target, | |||
attr | |||
) |
Definition at line 94 of file viz_graph.py.
def viz_graph.Gephi_Output.output_node | ( | self, | |
node_id, | |||
attr | |||
) |
Definition at line 88 of file viz_graph.py.
def viz_graph.Gephi_Output.write | ( | self, | |
filename = None |
|||
) |
Definition at line 85 of file viz_graph.py.
viz_graph.Gephi_Output.default_edge_attr |
Definition at line 78 of file viz_graph.py.
viz_graph.Gephi_Output.default_node_attr |
Definition at line 77 of file viz_graph.py.
viz_graph.Gephi_Output.gephi |
Definition at line 75 of file viz_graph.py.