org.mindswap.pellet.taxonomy.printer
Class RDFXMLTaxonomyPrinter
java.lang.Object
org.mindswap.pellet.taxonomy.printer.RDFXMLTaxonomyPrinter
- All Implemented Interfaces:
- TaxonomyPrinter<aterm.ATermAppl>
- Direct Known Subclasses:
- RDFALLXMLTaxonomyPrinter
public class RDFXMLTaxonomyPrinter
- extends java.lang.Object
- implements TaxonomyPrinter<aterm.ATermAppl>
Title: RDF/XML Taxonomy Printer
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
- Author:
- Evren Sirin
Method Summary |
void |
print(Taxonomy<aterm.ATermAppl> taxonomy)
|
void |
print(Taxonomy<aterm.ATermAppl> taxonomy,
java.io.PrintWriter out)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RDFXMLTaxonomyPrinter
public RDFXMLTaxonomyPrinter()
print
public void print(Taxonomy<aterm.ATermAppl> taxonomy)
- Specified by:
print
in interface TaxonomyPrinter<aterm.ATermAppl>
print
public void print(Taxonomy<aterm.ATermAppl> taxonomy,
java.io.PrintWriter out)
- Specified by:
print
in interface TaxonomyPrinter<aterm.ATermAppl>
Copyright © 2004 Evren Sirin. All Rights Reserved.