org.mindswap.pellet.taxonomy.printer
Class TreeTaxonomyPrinter<T>

java.lang.Object
  extended by org.mindswap.pellet.taxonomy.printer.TreeTaxonomyPrinter<T>
All Implemented Interfaces:
TaxonomyPrinter<T>
Direct Known Subclasses:
ClassTreePrinter, OWLClassTreePrinter

public class TreeTaxonomyPrinter<T>
extends java.lang.Object
implements TaxonomyPrinter<T>

Author:
Evren Sirin

Constructor Summary
TreeTaxonomyPrinter()
           
 
Method Summary
 void print(Taxonomy<T> taxonomy)
           
 void print(Taxonomy<T> taxonomy, java.io.PrintWriter out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeTaxonomyPrinter

public TreeTaxonomyPrinter()
Method Detail

print

public void print(Taxonomy<T> taxonomy)
Specified by:
print in interface TaxonomyPrinter<T>

print

public void print(Taxonomy<T> taxonomy,
                  java.io.PrintWriter out)
Specified by:
print in interface TaxonomyPrinter<T>


Copyright © 2004 Evren Sirin. All Rights Reserved.