Reduce graph.Iterator method names
This commit is contained in:
parent
e4fb5d2bb8
commit
8576f66d20
21 changed files with 115 additions and 98 deletions
|
|
@ -48,11 +48,11 @@ func StringResultTreeEvaluator(it Iterator) string {
|
|||
if !ok {
|
||||
break
|
||||
}
|
||||
out += it.GetResultTree().String()
|
||||
out += it.ResultTree().String()
|
||||
out += "\n"
|
||||
for it.NextResult() == true {
|
||||
out += " "
|
||||
out += it.GetResultTree().String()
|
||||
out += it.ResultTree().String()
|
||||
out += "\n"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue