public class RDFXMLTaxonomyPrinter extends Object implements TaxonomyPrinter<aterm.ATermAppl>
Title: RDF/XML Taxonomy Printer
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
onlyDirectSubclass |
| Constructor and Description |
|---|
RDFXMLTaxonomyPrinter() |
| Modifier and Type | Method and Description |
|---|---|
void |
print(Taxonomy<aterm.ATermAppl> taxonomy) |
void |
print(Taxonomy<aterm.ATermAppl> taxonomy,
PrintWriter out) |
protected void |
printConcept(aterm.ATermAppl c) |
protected void |
printConceptDefinition(aterm.ATermAppl c,
boolean close) |
protected void |
printTree() |
protected void |
printTree(aterm.ATermAppl c) |
protected void |
printTriple(String predicate,
aterm.ATermAppl c2) |
public void print(Taxonomy<aterm.ATermAppl> taxonomy)
print in interface TaxonomyPrinter<aterm.ATermAppl>public void print(Taxonomy<aterm.ATermAppl> taxonomy, PrintWriter out)
print in interface TaxonomyPrinter<aterm.ATermAppl>protected void printTree()
protected void printTree(aterm.ATermAppl c)
protected void printTriple(String predicate, aterm.ATermAppl c2)
protected void printConceptDefinition(aterm.ATermAppl c,
boolean close)
protected void printConcept(aterm.ATermAppl c)
Copyright © 2019. All rights reserved.