Class TreePrinter

java.lang.Object
  extended byTreePrinter

class TreePrinter
extends java.lang.Object


Field Summary
private  SuffixTree tree
           
 
Constructor Summary
TreePrinter(SuffixTree tree)
           
 
Method Summary
 void prettyPrint()
           
private  void prettyPrint(NodeInterface node, java.lang.String depth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tree

private SuffixTree tree
Constructor Detail

TreePrinter

public TreePrinter(SuffixTree tree)
Method Detail

prettyPrint

private void prettyPrint(NodeInterface node,
                         java.lang.String depth)

prettyPrint

public void prettyPrint()