Uses of Interface
openllet.core.taxonomy.TaxonomyBuilder
-
Packages that use TaxonomyBuilder Package Description openllet.core openllet.core.el openllet.core.knowledge openllet.core.taxonomy -
-
Uses of TaxonomyBuilder in openllet.core
Methods in openllet.core that return TaxonomyBuilder Modifier and Type Method Description TaxonomyBuilderKnowledgeBaseImpl. getBuilder()TaxonomyBuilderKnowledgeBaseImplFullSync. getBuilder()TaxonomyBuilderKnowledgeBaseImplFullSync. getTaxonomyBuilder()Methods in openllet.core that return types with arguments of type TaxonomyBuilder Modifier and Type Method Description java.util.Optional<TaxonomyBuilder>KnowledgeBaseImpl. getOptTaxonomyBuilder()Method parameters in openllet.core with type arguments of type TaxonomyBuilder Modifier and Type Method Description voidKnowledgeBaseImpl. setOptTaxonomyBuilder(java.util.Optional<TaxonomyBuilder> builder) -
Uses of TaxonomyBuilder in openllet.core.el
Classes in openllet.core.el that implement TaxonomyBuilder Modifier and Type Class Description classRuleBasedELClassifierCopyright: Copyright (c) 2008classSimplifiedELClassifierCopyright: Copyright (c) 2007 -
Uses of TaxonomyBuilder in openllet.core.knowledge
Methods in openllet.core.knowledge that return TaxonomyBuilder Modifier and Type Method Description TaxonomyBuilderBase. getBuilder()default TaxonomyBuilderBase. getTaxonomyBuilder()Methods in openllet.core.knowledge that return types with arguments of type TaxonomyBuilder Modifier and Type Method Description java.util.Optional<TaxonomyBuilder>Base. getOptTaxonomyBuilder()Method parameters in openllet.core.knowledge with type arguments of type TaxonomyBuilder Modifier and Type Method Description voidBase. setOptTaxonomyBuilder(java.util.Optional<TaxonomyBuilder> builder) -
Uses of TaxonomyBuilder in openllet.core.taxonomy
Classes in openllet.core.taxonomy that implement TaxonomyBuilder Modifier and Type Class Description classCDOptimizedTaxonomyBuilderTitle: Completely Defined Optimized Taxonomy BuilderclassPartialOrderTaxonomyBuilderBuild partially order taxonomy (property or class).
-