- KB() - Method in class org.dllearner.parser.KBParser
-
- KBFile - Class in org.dllearner.kb
-
KB files are an internal convenience format used in DL-Learner.
- KBFile() - Constructor for class org.dllearner.kb.KBFile
-
Default constructor (needed for reflection in ComponentManager).
- KBFile(OWLOntology) - Constructor for class org.dllearner.kb.KBFile
-
Constructor allowing you to treat an already existing OWL ontology
as a KBFile knowledge source.
- KBParser - Class in org.dllearner.parser
-
- KBParser(InputStream) - Constructor for class org.dllearner.parser.KBParser
-
Constructor with InputStream.
- KBParser(InputStream, String) - Constructor for class org.dllearner.parser.KBParser
-
Constructor with InputStream and supplied encoding
- KBParser(Reader) - Constructor for class org.dllearner.parser.KBParser
-
Constructor.
- KBParser(KBParserTokenManager) - Constructor for class org.dllearner.parser.KBParser
-
Constructor with generated Token Manager.
- KBParserConstants - Interface in org.dllearner.parser
-
Token literal values and constants.
- KBParserTokenManager - Class in org.dllearner.parser
-
Token Manager.
- KBParserTokenManager(SimpleCharStream) - Constructor for class org.dllearner.parser.KBParserTokenManager
-
Constructor.
- KBParserTokenManager(SimpleCharStream, int) - Constructor for class org.dllearner.parser.KBParserTokenManager
-
Constructor.
- keepMostSpecificTypes(RDFResourceTree, AbstractReasonerComponent) - Static method in class org.dllearner.algorithms.qtl.QueryTreeUtils
-
Prune the rdf:type nodes such that only the most specific types remain w.r.t.
- KeyDocument - Interface in org.springframework.schema.beans
-
A document containing one key(@http://www.springframework.org/schema/beans) element.
- KeyDocument.Factory - Class in org.springframework.schema.beans
-
A factory class with static methods for creating instances
of this type.
- KeyDocument.Key - Interface in org.springframework.schema.beans
-
An XML key(@http://www.springframework.org/schema/beans).
- KeyDocument.Key.Factory - Class in org.springframework.schema.beans
-
A factory class with static methods for creating instances
of this type.
- KeyDocumentImpl - Class in org.springframework.schema.beans.impl
-
A document containing one key(@http://www.springframework.org/schema/beans) element.
- KeyDocumentImpl(SchemaType) - Constructor for class org.springframework.schema.beans.impl.KeyDocumentImpl
-
- KeyDocumentImpl.KeyImpl - Class in org.springframework.schema.beans.impl
-
An XML key(@http://www.springframework.org/schema/beans).
- KeyImpl(SchemaType) - Constructor for class org.springframework.schema.beans.impl.KeyDocumentImpl.KeyImpl
-
- KeywordBasedQueryTreeFilter - Class in org.dllearner.algorithms.qtl.filters
-
- KeywordBasedQueryTreeFilter(Collection<String>) - Constructor for class org.dllearner.algorithms.qtl.filters.KeywordBasedQueryTreeFilter
-
- KeywordBasedStatementFilter - Class in org.dllearner.algorithms.qtl.filters
-
- KeywordBasedStatementFilter(Set<String>) - Constructor for class org.dllearner.algorithms.qtl.filters.KeywordBasedStatementFilter
-
- KeywordBasedStatementFilter2 - Class in org.dllearner.algorithms.qtl.filters
-
- KeywordBasedStatementFilter2(Set<String>) - Constructor for class org.dllearner.algorithms.qtl.filters.KeywordBasedStatementFilter2
-
- kind - Variable in class org.dllearner.confparser.Token
-
An integer that describes the kind of this token.
- kind - Variable in class org.dllearner.parser.Token
-
An integer that describes the kind of this token.
- KnowledgeSource - Interface in org.dllearner.core
-
Basic interface for all DL-Learner knowledge sources.