convert_graph_to_dot_string
Functions
-
defaultNodeToDot(node) ⇒
string
Build a Graphviz DOT representation of the graph
defaultNodeToDot(node) ⇒ string
Kind: global function
| Param | Type |
|---|---|
| node | T |
convert_graph_to_dot_string(graph, nodeToDot) ⇒ string
Build a Graphviz DOT representation of the graph
Kind: global function
| Param | Type |
|---|---|
| graph | Graph.<Node> |
| nodeToDot | function |