summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2017-08-30 08:33:16 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2017-08-30 08:33:16 +0200
commitbb5b5ca73b1ced85fff489cc1f6ed851c7367cd9 (patch)
tree2fd423d9bad1f00c2070c857a44a99b9c5c89c2c /doc
parent890e03527b353a48f4e009e8c2be8893c619935a (diff)
added graphvizAbstractTree and graphvizParseTree in Java
Diffstat (limited to 'doc')
-rw-r--r--doc/runtime-api.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/runtime-api.html b/doc/runtime-api.html
index 727adf31c..b0fc24b91 100644
--- a/doc/runtime-api.html
+++ b/doc/runtime-api.html
@@ -1081,7 +1081,7 @@ n0 -- n3 [style = "solid"]
}
</pre>
<pre class="java">
-System.out.println(gr.graphvizAbstractTree(e)); //// TODO
+System.out.println(gr.graphvizAbstractTree(e));
graph {
n0[label = "AdjCN", style = "solid", shape = "plaintext"]
n1[label = "PositA", style = "solid", shape = "plaintext"]
@@ -1184,7 +1184,7 @@ graph {
}
</pre>
<pre class="java">
-System.out.println(eng.graphvizParseTree(e)); //// TODO
+System.out.println(eng.graphvizParseTree(e));
graph {
node[shape=plaintext]