public class OWLClassTreePrinter extends TreeTaxonomyPrinter<org.semanticweb.owlapi.model.OWLClass>
| 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
|
print, printpublic 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 © 2018. All rights reserved.