Uses of Class
org.dllearner.core.owl.KB

Packages that use KB
org.dllearner.core Core structure of DL-Learner including the definition of component types and a component manager. 
org.dllearner.core.owl Classes/Interfaces for representing OWL constructs - see the OWL 2 Structural Specification for details. 
org.dllearner.kb DL-Learner knowledge sources, which can be used as background knowledge in learning problems. 
org.dllearner.kb.sparql Runnable scripts, each for a different task or experiment. 
org.dllearner.parser DL-Learner parsers. 
org.dllearner.reasoning Implements the connection to other reasoner or own reasoning/caching algorithms. 
org.dllearner.reasoning.fuzzydll   
org.dllearner.utilities.owl OWL utility classes (file manipulation, converting between different formats, orderings on OWL structures etc.). 
 

Uses of KB in org.dllearner.core
 

Methods in org.dllearner.core that return KB
abstract  KB AbstractKnowledgeSource.toKB()
          Transforms this knowledge source into an internal knowledge base.
 

Uses of KB in org.dllearner.core.owl
 

Methods in org.dllearner.core.owl with parameters of type KB
 void KB.addKB(KB kb)
          Add another knowledge base to this one.
 void KBElementVisitor.visit(KB kb)
           
 

Uses of KB in org.dllearner.kb
 

Methods in org.dllearner.kb that return KB
 KB OWLAPIOntology.toKB()
           
 KB OWLFile.toKB()
           
 KB KBFile.toKB()
           
 

Constructors in org.dllearner.kb with parameters of type KB
KBFile(KB kb)
          Constructor allowing you to treat an already existing KB object as a KBFile knowledge source.
 

Uses of KB in org.dllearner.kb.sparql
 

Methods in org.dllearner.kb.sparql that return KB
 KB SparqlKnowledgeSource.toKB()
           
 

Uses of KB in org.dllearner.parser
 

Methods in org.dllearner.parser that return KB
 KB KBParser.KB()
           
static KB KBParser.parseKBFile(File file)
           
static KB KBParser.parseKBFile(String content)
           
static KB KBParser.parseKBFile(URL url)
           
 

Uses of KB in org.dllearner.reasoning
 

Methods in org.dllearner.reasoning with parameters of type KB
static void ProtegeReasoner.exportKBToOWL(File owlOutputFile, KB kb, org.semanticweb.owlapi.model.IRI ontologyIRI)
           
static void OWLAPIReasoner.exportKBToOWL(File owlOutputFile, KB kb, org.semanticweb.owlapi.model.IRI ontologyIRI)
           
static void PelletReasoner.exportKBToOWL(File owlOutputFile, KB kb, org.semanticweb.owlapi.model.IRI ontologyIRI)
           
static StringBuilder DIGConverter.getDIGString(KB kb)
           
static StringBuilder DIGConverter.getDIGString(KB kb, URI kbURI)
           
 

Uses of KB in org.dllearner.reasoning.fuzzydll
 

Methods in org.dllearner.reasoning.fuzzydll with parameters of type KB
static void FuzzyOWLAPIReasoner.exportKBToOWL(File owlOutputFile, KB kb, org.semanticweb.owlapi.model.IRI ontologyIRI)
           
 

Uses of KB in org.dllearner.utilities.owl
 

Methods in org.dllearner.utilities.owl with parameters of type KB
static void OntologyCloser.closeKB(KB kb)
           
static void OWLAPIAxiomConvertVisitor.fillOWLOntology(org.semanticweb.owlapi.model.OWLOntologyManager manager, org.semanticweb.owlapi.model.OWLOntology ontology, KB kb)
           
 

Constructors in org.dllearner.utilities.owl with parameters of type KB
OntologyCloser(KB kb)
           
 



SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann