Package | Description |
---|---|
org.dllearner.core |
Core structure of DL-Learner including the definition of component types and a component manager.
|
org.dllearner.learningproblems |
Supported DL-Learner learning problems.
|
org.dllearner.reasoning |
Implements the connection to other reasoner or own reasoning/caching algorithms.
|
org.dllearner.utilities |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
SortedSetTuple<org.semanticweb.owlapi.model.OWLIndividual> |
IndividualReasoner.doubleRetrieval(org.semanticweb.owlapi.model.OWLClassExpression description)
Performs a query for all instances of the given class expression and
its negation.
|
SortedSetTuple<org.semanticweb.owlapi.model.OWLIndividual> |
AbstractReasonerComponent.doubleRetrieval(org.semanticweb.owlapi.model.OWLClassExpression concept) |
Modifier and Type | Method and Description |
---|---|
SortedSetTuple<org.semanticweb.owlapi.model.OWLIndividual> |
EvaluationCache.infer(org.semanticweb.owlapi.model.OWLClassExpression concept)
Determines which examples are instances of a concept.
|
Modifier and Type | Method and Description |
---|---|
SortedSetTuple<org.semanticweb.owlapi.model.OWLIndividual> |
SPARQLReasoner.doubleRetrievalImpl(org.semanticweb.owlapi.model.OWLClassExpression description) |
Modifier and Type | Method and Description |
---|---|
static SortedSetTuple<org.semanticweb.owlapi.model.OWLIndividual> |
Helper.getIndividualTuple(SortedSetTuple<String> tuple) |
static SortedSetTuple<String> |
Helper.getStringTuple(SortedSetTuple<org.semanticweb.owlapi.model.OWLIndividual> tuple) |
Modifier and Type | Method and Description |
---|---|
static SortedSetTuple<org.semanticweb.owlapi.model.OWLIndividual> |
Helper.getIndividualTuple(SortedSetTuple<String> tuple) |
static SortedSetTuple<String> |
Helper.getStringTuple(SortedSetTuple<org.semanticweb.owlapi.model.OWLIndividual> tuple) |
static <T> Set<T> |
Helper.intersectionTuple(Set<T> set,
SortedSetTuple<T> tuple) |
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann