| Package | Description |
|---|---|
| org.dllearner.cli |
DL-Learner command line interface.
|
| org.dllearner.core |
Core structure of DL-Learner including the definition of component types and a component manager.
|
| org.dllearner.core.probabilistic.unife | |
| 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.kb.sparql.simple | |
| org.dllearner.reasoning |
Implements the connection to other reasoner or own reasoning/caching algorithms.
|
| org.dllearner.utils.unife |
| Modifier and Type | Method and Description |
|---|---|
KnowledgeSource |
CLI.getKnowledgeSource() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractKnowledgeSource
Represents a knowledge source component, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
Set<KnowledgeSource> |
AbstractReasonerComponent.getSources()
Gets the knowledge sources used by this reasoner.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractReasonerComponent.setSources(KnowledgeSource... sources) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractReasonerComponent.changeSources(Set<KnowledgeSource> sources)
Method to exchange the reasoner underlying the learning problem.
|
void |
AbstractReasonerComponent.setSources(Set<KnowledgeSource> sources) |
| Constructor and Description |
|---|
AbstractReasonerComponent(KnowledgeSource source) |
| Constructor and Description |
|---|
AbstractReasonerComponent(Set<KnowledgeSource> sources)
Constructs a new reasoner component.
|
| Modifier and Type | Method and Description |
|---|---|
Set<KnowledgeSource> |
AbstractProbabilisticReasonerComponent.getSources()
Gets the knowledge sources used by this reasoner.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProbabilisticReasonerComponent.setSources(KnowledgeSource... sources) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProbabilisticReasonerComponent.changeSources(Set<KnowledgeSource> sources)
Method to exchange the reasoner underlying the learning problem.
|
void |
AbstractProbabilisticReasonerComponent.setSources(Set<KnowledgeSource> sources) |
| Constructor and Description |
|---|
AbstractProbabilisticReasonerComponent(KnowledgeSource source) |
| Constructor and Description |
|---|
AbstractProbabilisticReasonerComponent(Set<KnowledgeSource> sources)
Constructs a new reasoner component.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLOntologyKnowledgeSource
Created by IntelliJ IDEA.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KBFile
KB files are an internal convenience format used in DL-Learner.
|
class |
LocalModelBasedSparqlEndpointKS |
class |
OWLAPIOntology
This class provides a wrapper around a single OWL Ontology.
|
class |
OWLFile |
class |
SparqlEndpointKS
SPARQL endpoint knowledge source (without fragment extraction),
in particular for those algorithms which work directly on an endpoint
without requiring an OWL reasoner.
|
| Modifier and Type | Method and Description |
|---|---|
KnowledgeSource |
SparqlEndpointKS.getSchema() |
| Constructor and Description |
|---|
SparqlEndpointKS(SparqlEndpoint endpoint,
KnowledgeSource schema) |
| Modifier and Type | Class and Description |
|---|---|
class |
SparqlKnowledgeSource
Represents the SPARQL Endpoint Component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SparqlSimpleExtractor |
| Constructor and Description |
|---|
ClosedWorldReasoner(KnowledgeSource... sources) |
ClosedWorldReasoner(TreeSet<org.semanticweb.owlapi.model.OWLIndividual> individuals,
Map<org.semanticweb.owlapi.model.OWLClass,TreeSet<org.semanticweb.owlapi.model.OWLIndividual>> classInstancesPos,
Map<org.semanticweb.owlapi.model.OWLObjectProperty,Map<org.semanticweb.owlapi.model.OWLIndividual,SortedSet<org.semanticweb.owlapi.model.OWLIndividual>>> opPos,
Map<org.semanticweb.owlapi.model.OWLDataProperty,Map<org.semanticweb.owlapi.model.OWLIndividual,SortedSet<Integer>>> id,
Map<org.semanticweb.owlapi.model.OWLDataProperty,TreeSet<org.semanticweb.owlapi.model.OWLIndividual>> bdPos,
Map<org.semanticweb.owlapi.model.OWLDataProperty,TreeSet<org.semanticweb.owlapi.model.OWLIndividual>> bdNeg,
KnowledgeSource... sources) |
OWLAPIReasoner(KnowledgeSource... sources) |
| Constructor and Description |
|---|
ClosedWorldReasoner(Set<KnowledgeSource> sources) |
OWLAPIReasoner(Set<KnowledgeSource> sources) |
| Modifier and Type | Method and Description |
|---|---|
static org.semanticweb.owlapi.model.OWLOntology |
OWLUtils.mergeOntologies(Set<KnowledgeSource> sources)
This method merges all the input knowledge sources and returns the
filename of the new ontology.
|
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann