org.mindswap.pellet.taxonomy.printer
Class FunctionalTaxonomyPrinter<T>
java.lang.Object
org.mindswap.pellet.taxonomy.printer.FunctionalTaxonomyPrinter<T>
- All Implemented Interfaces:
- TaxonomyPrinter<T>
public class FunctionalTaxonomyPrinter<T>
- extends java.lang.Object
- implements TaxonomyPrinter<T>
Title: Functional Taxonomy Printer
Description: The output of this printer is "functional" in the sense that any
taxonomy has only a single printed form. I.e., the output here is intended to
be unchanged by reorderings of sibling nodes in the classification algorithm.
It was developed as a way to compare the output of alternative classification
implementations. It is based on the format found in the DL benchmark test
data.
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
- Author:
- Mike Smith
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionalTaxonomyPrinter
public FunctionalTaxonomyPrinter()
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.