Uses of Interface
openllet.core.taxonomy.Taxonomy
-
Packages that use Taxonomy Package Description openllet.core openllet.core.boxes.rbox openllet.core.el openllet.core.knowledge openllet.core.taxonomy openllet.core.taxonomy.printer openllet.core.utils -
-
Uses of Taxonomy in openllet.core
Methods in openllet.core that return Taxonomy Modifier and Type Method Description Taxonomy<openllet.aterm.ATermAppl>KnowledgeBaseImplFullSync. getRoleTaxonomy(boolean objectTaxonomy)Taxonomy<openllet.aterm.ATermAppl>KnowledgeBase. getTaxonomy()Taxonomy<openllet.aterm.ATermAppl>KnowledgeBaseImpl. getTaxonomy()Get the classification results.Taxonomy<openllet.aterm.ATermAppl>KnowledgeBaseImplFullSync. getTaxonomy()Taxonomy<openllet.aterm.ATermAppl>KnowledgeBase. getToldTaxonomy()Taxonomy<openllet.aterm.ATermAppl>KnowledgeBaseImpl. getToldTaxonomy()Taxonomy<openllet.aterm.ATermAppl>KnowledgeBaseImplFullSync. getToldTaxonomy() -
Uses of Taxonomy in openllet.core.boxes.rbox
Methods in openllet.core.boxes.rbox that return Taxonomy Modifier and Type Method Description Taxonomy<openllet.aterm.ATermAppl>RoleTaxonomyBuilder. classify()Taxonomy<openllet.aterm.ATermAppl>RBox. getAnnotationTaxonomy()Taxonomy<openllet.aterm.ATermAppl>RBoxImpl. getAnnotationTaxonomy()Taxonomy<openllet.aterm.ATermAppl>RBox. getDataTaxonomy()Taxonomy<openllet.aterm.ATermAppl>RBoxImpl. getDataTaxonomy()Taxonomy<openllet.aterm.ATermAppl>RBox. getObjectTaxonomy()Taxonomy<openllet.aterm.ATermAppl>RBoxImpl. getObjectTaxonomy()Methods in openllet.core.boxes.rbox with parameters of type Taxonomy Modifier and Type Method Description voidRBox. setAnnotationTaxonomy(Taxonomy<openllet.aterm.ATermAppl> annotationTaxonomy)voidRBoxImpl. setAnnotationTaxonomy(Taxonomy<openllet.aterm.ATermAppl> annotationTaxonomy)voidRBox. setDataTaxonomy(Taxonomy<openllet.aterm.ATermAppl> dataTaxonomy)voidRBoxImpl. setDataTaxonomy(Taxonomy<openllet.aterm.ATermAppl> dataTaxonomy)voidRBox. setObjectTaxonomy(Taxonomy<openllet.aterm.ATermAppl> objectTaxonomy)voidRBoxImpl. setObjectTaxonomy(Taxonomy<openllet.aterm.ATermAppl> objectTaxonomy) -
Uses of Taxonomy in openllet.core.el
Methods in openllet.core.el that return Taxonomy Modifier and Type Method Description Taxonomy<openllet.aterm.ATermAppl>GenericTaxonomyBuilder. build(MultiValueMap<openllet.aterm.ATermAppl,openllet.aterm.ATermAppl> subsumers)Taxonomy<openllet.aterm.ATermAppl>SimplifiedELClassifier. getToldTaxonomy() -
Uses of Taxonomy in openllet.core.knowledge
Methods in openllet.core.knowledge that return Taxonomy Modifier and Type Method Description default Taxonomy<openllet.aterm.ATermAppl>PropertiesBase. getRoleTaxonomy(boolean objectTaxonomy)default Taxonomy<openllet.aterm.ATermAppl>PropertiesBase. getRoleTaxonomy(openllet.aterm.ATermAppl r) -
Uses of Taxonomy in openllet.core.taxonomy
Classes in openllet.core.taxonomy that implement Taxonomy Modifier and Type Class Description classTaxonomyImpl<T>Methods in openllet.core.taxonomy that return Taxonomy Modifier and Type Method Description Taxonomy<openllet.aterm.ATermAppl>CDOptimizedTaxonomyBuilder. getTaxonomy()Taxonomy<openllet.aterm.ATermAppl>TaxonomyBuilder. getTaxonomy()Taxonomy<openllet.aterm.ATermAppl>CDOptimizedTaxonomyBuilder. getToldTaxonomy()Taxonomy<openllet.aterm.ATermAppl>TaxonomyBuilder. getToldTaxonomy()Methods in openllet.core.taxonomy with parameters of type Taxonomy Modifier and Type Method Description static <T,I>
java.util.Set<I>TaxonomyUtils. getAllInstances(Taxonomy<T> t, T c)Retrieve all instances of a class (based on the _current state of the taxonomy)static <T,I>
java.util.Set<I>TaxonomyUtils. getDirectInstances(Taxonomy<T> t, T c)Retrieve direct instances of a class (based on _current state of the taxonomy)static java.util.Set<java.util.Set<openllet.aterm.ATermAppl>>TaxonomyUtils. getSuperExplanations(Taxonomy<openllet.aterm.ATermAppl> t, openllet.aterm.ATermAppl sub, openllet.aterm.ATermAppl sup)static <TClass,TInd>
java.util.Set<java.util.Set<TClass>>TaxonomyUtils. getTypes(Taxonomy<TClass> t, TInd ind, boolean directOnly)Get classes of which the _individual is an instance (based on the _current state of the taxonomy)static booleanTaxonomyUtils. isType(Taxonomy<openllet.aterm.ATermAppl> t, openllet.aterm.ATermAppl ind, openllet.aterm.ATermAppl c)Determine if an _individual is an instance of a class (based on the _current state of the taxonomy) -
Uses of Taxonomy in openllet.core.taxonomy.printer
Methods in openllet.core.taxonomy.printer with parameters of type Taxonomy Modifier and Type Method Description voidRDFXMLTaxonomyPrinter. print(Taxonomy<openllet.aterm.ATermAppl> taxonomy)voidRDFXMLTaxonomyPrinter. print(Taxonomy<openllet.aterm.ATermAppl> taxonomy, java.io.PrintWriter out)voidTaxonomyPrinter. print(Taxonomy<T> taxonomy)voidTaxonomyPrinter. print(Taxonomy<T> taxonomy, java.io.PrintWriter out)voidTreeTaxonomyPrinter. print(Taxonomy<T> taxonomy)voidTreeTaxonomyPrinter. print(Taxonomy<T> taxonomy, java.io.PrintWriter out) -
Uses of Taxonomy in openllet.core.utils
Methods in openllet.core.utils that return Taxonomy Modifier and Type Method Description 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)Taxonomy<T>PartialOrderBuilder. getTaxonomy()Constructors in openllet.core.utils with parameters of type Taxonomy Constructor Description PartialOrderBuilder(Taxonomy<T> taxonomy, PartialOrderComparator<T> comparator)Initialize the builder with given _taxonomy and _comparator.
-