Class TreeTaxonomyPrinter<T>

  • Type Parameters:
    T - kind of taxon
    All Implemented Interfaces:
    TaxonomyPrinter<T>
    Direct Known Subclasses:
    ClassTreePrinter

    public class TreeTaxonomyPrinter<T>
    extends java.lang.Object
    implements TaxonomyPrinter<T>
    Author:
    Evren Sirin
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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