added graphvizAbstractTree and graphvizParseTree in Java

This commit is contained in:
Krasimir Angelov
2017-08-30 08:33:16 +02:00
parent 890e03527b
commit bb5b5ca73b
2 changed files with 40 additions and 2 deletions

View File

@@ -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]