public class OWLClassTreePrinter extends TreeTaxonomyPrinter<org.semanticweb.owlapi.model.OWLClass> implements TaxonomyPrinter<org.semanticweb.owlapi.model.OWLClass>
out, taxonomy| Constructor and Description |
|---|
OWLClassTreePrinter() |
| Modifier and Type | Method and Description |
|---|---|
static Set<org.semanticweb.owlapi.model.OWLNamedIndividual> |
getDirectInstances(Taxonomy<org.semanticweb.owlapi.model.OWLClass> t,
org.semanticweb.owlapi.model.OWLClass c)
Retrieves direct instances of a class from Taxonomy
|
protected void |
printNode(Set<org.semanticweb.owlapi.model.OWLClass> set) |
protected void |
printURI(PrintWriter out,
org.semanticweb.owlapi.model.OWLClass c) |
print, print, printNode, printTree, printTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprint, printprotected void printNode(Set<org.semanticweb.owlapi.model.OWLClass> set)
printNode in class TreeTaxonomyPrinter<org.semanticweb.owlapi.model.OWLClass>protected void printURI(PrintWriter out, org.semanticweb.owlapi.model.OWLClass c)
printURI in class TreeTaxonomyPrinter<org.semanticweb.owlapi.model.OWLClass>public static Set<org.semanticweb.owlapi.model.OWLNamedIndividual> getDirectInstances(Taxonomy<org.semanticweb.owlapi.model.OWLClass> t, org.semanticweb.owlapi.model.OWLClass c)
t - the taxonomyc - the classCopyright © 2019. All rights reserved.