Uses of Class
org.mindswap.pellet.taxonomy.Taxonomy

Packages that use Taxonomy
com.clarkparsia.modularity   
com.clarkparsia.pellet.el   
org.mindswap.pellet   
org.mindswap.pellet.taxonomy   
org.mindswap.pellet.taxonomy.printer   
org.mindswap.pellet.utils   
 

Uses of Taxonomy in com.clarkparsia.modularity
 

Methods in com.clarkparsia.modularity that return Taxonomy
static Taxonomy<org.semanticweb.owl.model.OWLClass> IncrementalClassifier.buildClassHierarchy(Reasoner reasoner)
          Build the class hierarchy based on the results from the reasoner
 

Methods in com.clarkparsia.modularity with parameters of type Taxonomy
 java.util.Set<org.semanticweb.owl.model.OWLEntity> AbstractModuleExtractor.updateModules(Taxonomy<org.semanticweb.owl.model.OWLClass> taxonomy, boolean add)
          Update the modules with the changes that have been put into the queue so far.
 java.util.Set<org.semanticweb.owl.model.OWLEntity> ModuleExtractor.updateModules(Taxonomy<org.semanticweb.owl.model.OWLClass> taxonomy, boolean add)
          Update the modules with the changes that have been put into the queue so far.
 

Uses of Taxonomy in com.clarkparsia.pellet.el
 

Methods in com.clarkparsia.pellet.el that return Taxonomy
 Taxonomy<aterm.ATermAppl> GenericTaxonomyBuilder.build(MultiValueMap<aterm.ATermAppl,aterm.ATermAppl> subsumers)
           
 Taxonomy<aterm.ATermAppl> SimplifiedELClassifier.getToldTaxonomy()
           
 

Uses of Taxonomy in org.mindswap.pellet
 

Methods in org.mindswap.pellet that return Taxonomy
 Taxonomy<aterm.ATermAppl> RoleTaxonomyBuilder.classify()
           
 Taxonomy<aterm.ATermAppl> KnowledgeBase.getRoleTaxonomy()
           
 Taxonomy<aterm.ATermAppl> KnowledgeBase.getTaxonomy()
          Get the classification results.
 Taxonomy<aterm.ATermAppl> RBox.getTaxonomy()
           
 Taxonomy<aterm.ATermAppl> KnowledgeBase.getToldTaxonomy()
           
 

Uses of Taxonomy in org.mindswap.pellet.taxonomy
 

Methods in org.mindswap.pellet.taxonomy that return Taxonomy
 Taxonomy<aterm.ATermAppl> CDOptimizedTaxonomyBuilder.getTaxonomy()
           
 Taxonomy<aterm.ATermAppl> POTaxonomyBuilder.getTaxonomy()
           
 Taxonomy<aterm.ATermAppl> TaxonomyBuilder.getTaxonomy()
           
 Taxonomy<aterm.ATermAppl> CDOptimizedTaxonomyBuilder.getToldTaxonomy()
           
 Taxonomy<aterm.ATermAppl> POTaxonomyBuilder.getToldTaxonomy()
          
 Taxonomy<aterm.ATermAppl> TaxonomyBuilder.getToldTaxonomy()
           
 

Uses of Taxonomy in org.mindswap.pellet.taxonomy.printer
 

Methods in org.mindswap.pellet.taxonomy.printer with parameters of type Taxonomy
 void RDFXMLTaxonomyPrinter.print(Taxonomy<aterm.ATermAppl> taxonomy)
           
 void RDFXMLTaxonomyPrinter.print(Taxonomy<aterm.ATermAppl> taxonomy, java.io.PrintWriter out)
           
 void FunctionalTaxonomyPrinter.print(Taxonomy<T> taxonomy)
           
 void TaxonomyPrinter.print(Taxonomy<T> taxonomy)
           
 void TreeTaxonomyPrinter.print(Taxonomy<T> taxonomy)
           
 void FunctionalTaxonomyPrinter.print(Taxonomy<T> taxonomy, java.io.PrintWriter out)
           
 void TaxonomyPrinter.print(Taxonomy<T> taxonomy, java.io.PrintWriter out)
           
 void TreeTaxonomyPrinter.print(Taxonomy<T> taxonomy, java.io.PrintWriter out)
           
 

Uses of Taxonomy in org.mindswap.pellet.utils
 

Methods in org.mindswap.pellet.utils that return Taxonomy
static
<T> Taxonomy<T>
PartialOrderBuilder.build(java.util.Collection<? extends T> elements, PartialOrderComparator<T> comparator)
           
static
<T> Taxonomy<T>
PartialOrderBuilder.build(java.util.Collection<? extends T> elements, PartialOrderComparator<T> comparator, T top, T bottom)
           
static
<T> Taxonomy<T>
PartialOrderBuilder.getPartialOrder(java.util.Collection<T> elements, PartialOrderComparator<T> comparator)
          Deprecated. Use PartialOrderBuilder.build(Collection, PartialOrderComparator) instead
 Taxonomy<T> PartialOrderBuilder.getTaxonomy()
           
 

Methods in org.mindswap.pellet.utils with parameters of type Taxonomy
static boolean TaxonomyUtils.addSuperExplanation(Taxonomy<aterm.ATermAppl> t, aterm.ATermAppl sub, aterm.ATermAppl sup, java.util.Set<aterm.ATermAppl> explanation)
           
static void TaxonomyUtils.clearAllInstances(Taxonomy<aterm.ATermAppl> t)
           
static void TaxonomyUtils.clearSuperExplanation(Taxonomy<aterm.ATermAppl> t, aterm.ATermAppl c)
           
static java.util.Set<aterm.ATermAppl> TaxonomyUtils.getAllInstances(Taxonomy<aterm.ATermAppl> t, aterm.ATermAppl c)
          Retrieve all instances of a class (based on the current state of the taxonomy)
static java.util.Set<aterm.ATermAppl> TaxonomyUtils.getDirectInstances(Taxonomy<aterm.ATermAppl> t, aterm.ATermAppl c)
          Retrieve direct instances of a class (based on current state of the taxonomy)
static java.util.Set<java.util.Set<aterm.ATermAppl>> TaxonomyUtils.getSuperExplanations(Taxonomy<aterm.ATermAppl> t, aterm.ATermAppl sub, aterm.ATermAppl sup)
           
static java.util.Set<java.util.Set<aterm.ATermAppl>> TaxonomyUtils.getTypes(Taxonomy<aterm.ATermAppl> t, aterm.ATermAppl ind, boolean directOnly)
          Get classes of which the individual is an instance (based on the current state of the taxonomy)
static boolean TaxonomyUtils.isType(Taxonomy<aterm.ATermAppl> t, aterm.ATermAppl ind, aterm.ATermAppl c)
          Determine if an individual is an instance of a class (based on the current state of the taxonomy)
 void PartialOrderBuilder.setTaxonomy(Taxonomy<T> taxonomy)
           
 

Constructors in org.mindswap.pellet.utils with parameters of type Taxonomy
PartialOrderBuilder(Taxonomy<T> taxonomy, PartialOrderComparator<T> comparator)
          Initialize the builder with given taxonomy and comparator.
 



Copyright © 2004 Evren Sirin. All Rights Reserved.