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.
| Modifier and Type | Method and Description |
|---|---|
void |
print(Taxonomy<T> taxonomy) |
void |
print(Taxonomy<T> taxonomy,
PrintWriter out) |
void print(Taxonomy<T> taxonomy, PrintWriter out)
Copyright © 2019. All rights reserved.