Uses of Interface
openllet.core.KnowledgeBase
-
-
Uses of KnowledgeBase in openllet.core
Classes in openllet.core that implement KnowledgeBase Modifier and Type Class Description classKnowledgeBaseImplclassKnowledgeBaseImplFullSyncMethods in openllet.core that return KnowledgeBase Modifier and Type Method Description default KnowledgeBaseKnowledgeBase. copy()Create a copy of this KB with a completely new ABox copy but pointing to the same RBox and TBox.KnowledgeBaseKnowledgeBase. copy(boolean emptyABox)Create a copy of this KB.KnowledgeBaseKnowledgeBaseImpl. copy(boolean emptyABox)Create a copy of this KB.KnowledgeBaseKnowledgeBaseImplFullSync. copy(boolean emptyABox)KnowledgeBaseKBLoader. createKB(java.lang.String... fileNameList)abstract KnowledgeBaseKBLoader. getKB()Returns the KB instance associated with the loader.KnowledgeBaseKRSSLoader. getKB()Returns the KB instance associated with the loader.KnowledgeBaseKnowledgeBaseImpl. getKnowledgeBase()Methods in openllet.core with parameters of type KnowledgeBase Modifier and Type Method Description voidKRSSLoader. verifyABox(java.lang.String file, KnowledgeBase kb)voidKRSSLoader. verifyTBox(java.lang.String file, KnowledgeBase kb)Constructors in openllet.core with parameters of type KnowledgeBase Constructor Description KRSSLoader(KnowledgeBase kb) -
Uses of KnowledgeBase in openllet.core.boxes.abox
Methods in openllet.core.boxes.abox that return KnowledgeBase Modifier and Type Method Description KnowledgeBaseABox. getKB()KnowledgeBaseABoxImpl. getKB()Methods in openllet.core.boxes.abox with parameters of type KnowledgeBase Modifier and Type Method Description ABoxABox. copy(KnowledgeBase kb)ABoxImplABoxImpl. copy(KnowledgeBase kb)Constructors in openllet.core.boxes.abox with parameters of type KnowledgeBase Constructor Description ABoxImpl(KnowledgeBase kb)ABoxImpl(KnowledgeBase kb, boolean copyCache)ABoxImpl(KnowledgeBase kb, ABoxImpl abox, openllet.aterm.ATermAppl extraIndividual, boolean copyIndividuals) -
Uses of KnowledgeBase in openllet.core.boxes.tbox
Methods in openllet.core.boxes.tbox with parameters of type KnowledgeBase Modifier and Type Method Description static TBoxTBoxFactory. createTBox(KnowledgeBase kb) -
Uses of KnowledgeBase in openllet.core.boxes.tbox.impl
Methods in openllet.core.boxes.tbox.impl that return KnowledgeBase Modifier and Type Method Description KnowledgeBaseTBoxExpImpl. getKB()KnowledgeBaseTBoxImpl. getKB()Constructors in openllet.core.boxes.tbox.impl with parameters of type KnowledgeBase Constructor Description TBoxExpImpl(KnowledgeBase kb)TBoxImpl(KnowledgeBase kb) -
Uses of KnowledgeBase in openllet.core.el
Constructors in openllet.core.el with parameters of type KnowledgeBase Constructor Description ELExpressivityChecker(KnowledgeBase kb)RoleChainCache(KnowledgeBase kb)RuleBasedELClassifier(KnowledgeBase kb)SimplifiedELClassifier(KnowledgeBase kb) -
Uses of KnowledgeBase in openllet.core.expressivity
Constructors in openllet.core.expressivity with parameters of type KnowledgeBase Constructor Description DLExpressivityChecker(KnowledgeBase kb)ExpressivityChecker(KnowledgeBase kb)ExpressivityChecker(KnowledgeBase kb, Expressivity expr)ProfileBasedExpressivityChecker(KnowledgeBase kb) -
Uses of KnowledgeBase in openllet.core.knowledge
Methods in openllet.core.knowledge that return KnowledgeBase Modifier and Type Method Description KnowledgeBaseBase. getKnowledgeBase() -
Uses of KnowledgeBase in openllet.core.tableau.cache
Methods in openllet.core.tableau.cache with parameters of type KnowledgeBase Modifier and Type Method Description BoolAbstractConceptCache. checkNominalEdges(KnowledgeBase kb, CachedNode pNode, CachedNode cNode)BoolConceptCache. checkNominalEdges(KnowledgeBase kb, CachedNode node1, CachedNode node2)BoolAbstractConceptCache. isMergable(KnowledgeBase kb, CachedNode root1, CachedNode root2)BoolConceptCache. isMergable(KnowledgeBase kb, CachedNode node1, CachedNode node2)Constructors in openllet.core.tableau.cache with parameters of type KnowledgeBase Constructor Description ConceptCacheLRU(KnowledgeBase kb)Creates an empty ConceptCacheImpl with no size restrictions Using this constructor is equivalent to break the auto-flush LRU policy of this cache.ConceptCacheLRU(KnowledgeBase kb, int maxSize)Creates an empty _cache with at mostmaxSizeelements which are neither named or negations of names. -
Uses of KnowledgeBase in openllet.core.tableau.completion.incremental
Methods in openllet.core.tableau.completion.incremental with parameters of type KnowledgeBase Modifier and Type Method Description static voidIncrementalRestore. restoreDependencies(KnowledgeBase kb)Constructors in openllet.core.tableau.completion.incremental with parameters of type KnowledgeBase Constructor Description DependencyIndex(KnowledgeBase kb)Default constructorDependencyIndex(KnowledgeBase kb, DependencyIndex oldIndex)Copy constructor -
Uses of KnowledgeBase in openllet.core.taxonomy
Methods in openllet.core.taxonomy with parameters of type KnowledgeBase Modifier and Type Method Description static DefinitionOrderDefinitionOrderFactory. createDefinitionOrder(KnowledgeBase kb)voidSubsumptionComparator. setKB(KnowledgeBase kb)Constructors in openllet.core.taxonomy with parameters of type KnowledgeBase Constructor Description AbstractDefinitionOrder(KnowledgeBase kb, java.util.Comparator<openllet.aterm.ATerm> comparator)CDOptimizedTaxonomyBuilder(KnowledgeBase kb)JGraphBasedDefinitionOrder(KnowledgeBase kb, java.util.Comparator<openllet.aterm.ATerm> comparator)PartialOrderTaxonomyBuilder(KnowledgeBase kb)PartialOrderTaxonomyBuilder(KnowledgeBase kb, PartialOrderComparator<openllet.aterm.ATermAppl> comparator)SubsumptionComparator(KnowledgeBase kb)TaxonomyBasedDefinitionOrder(KnowledgeBase kb, java.util.Comparator<openllet.aterm.ATerm> comparator) -
Uses of KnowledgeBase in openllet.core.utils
Methods in openllet.core.utils that return KnowledgeBase Modifier and Type Method Description KnowledgeBaseOntBuilder. build(java.util.Set<openllet.aterm.ATermAppl> axioms)Constructors in openllet.core.utils with parameters of type KnowledgeBase Constructor Description OntBuilder(KnowledgeBase originalKB)SizeEstimate(KnowledgeBase kb)
-