org.mindswap.pellet.taxonomy.printer
Interface TaxonomyPrinter<T>

All Known Implementing Classes:
ClassTreePrinter, FunctionalTaxonomyPrinter, OWLClassTreePrinter, RDFALLXMLTaxonomyPrinter, RDFXMLTaxonomyPrinter, TreeTaxonomyPrinter

public interface TaxonomyPrinter<T>

Title: Taxonomy Printer Interface

Description: Interface implemented by classes capable of printing taxonomies.

Copyright: Copyright (c) 2007

Company: Clark & Parsia, LLC.

Author:
Mike Smith

Method Summary
 void print(Taxonomy<T> taxonomy)
           
 void print(Taxonomy<T> taxonomy, java.io.PrintWriter out)
           
 

Method Detail

print

void print(Taxonomy<T> taxonomy)

print

void print(Taxonomy<T> taxonomy,
           java.io.PrintWriter out)


Copyright © 2004 Evren Sirin. All Rights Reserved.