com.clarkparsia.pellet.owlapiv3
Class OWLClassTreePrinter
java.lang.Object
org.mindswap.pellet.taxonomy.printer.TreeTaxonomyPrinter<org.semanticweb.owlapi.model.OWLClass>
com.clarkparsia.pellet.owlapiv3.OWLClassTreePrinter
- All Implemented Interfaces:
- TaxonomyPrinter<org.semanticweb.owlapi.model.OWLClass>
public class OWLClassTreePrinter
- extends TreeTaxonomyPrinter<org.semanticweb.owlapi.model.OWLClass>
- implements TaxonomyPrinter<org.semanticweb.owlapi.model.OWLClass>
TaxonomyPrinter for Taxonomies of OWLClasses (Taxonomy)
- Author:
- Blazej Bulka
Method Summary |
static java.util.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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWLClassTreePrinter
public OWLClassTreePrinter()
getDirectInstances
public static java.util.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
- Parameters:
t
- the taxonomyc
- the class
- Returns:
- a set of direct instances
Copyright © 2004 Evren Sirin. All Rights Reserved.