|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use SortedSetTuple | |
|---|---|
| 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. |
| Uses of SortedSetTuple in org.dllearner.core |
|---|
| Methods in org.dllearner.core that return SortedSetTuple | |
|---|---|
SortedSetTuple<Individual> |
IndividualReasoner.doubleRetrieval(Description description)
Performs a query for all instances of the given class description and its negation. |
SortedSetTuple<Individual> |
AbstractReasonerComponent.doubleRetrieval(Description concept)
|
SortedSetTuple<Individual> |
ReasonerOld.doubleRetrieval(Description concept)
Deprecated. |
SortedSetTuple<Individual> |
ReasonerOld.doubleRetrieval(Description concept,
Description adc)
Deprecated. |
| Uses of SortedSetTuple in org.dllearner.learningproblems |
|---|
| Methods in org.dllearner.learningproblems that return SortedSetTuple | |
|---|---|
SortedSetTuple<Individual> |
EvaluationCache.infer(Description concept)
Determines which examples are instances of a concept. |
| Uses of SortedSetTuple in org.dllearner.reasoning |
|---|
| Uses of SortedSetTuple in org.dllearner.utilities |
|---|
| Methods in org.dllearner.utilities that return SortedSetTuple | |
|---|---|
static SortedSetTuple<Individual> |
Helper.getIndividualTuple(SortedSetTuple<String> tuple)
|
static SortedSetTuple<String> |
Helper.getStringTuple(SortedSetTuple<Individual> tuple)
|
| Methods in org.dllearner.utilities with parameters of type SortedSetTuple | ||
|---|---|---|
static SortedSetTuple<Individual> |
Helper.getIndividualTuple(SortedSetTuple<String> tuple)
|
|
static SortedSetTuple<String> |
Helper.getStringTuple(SortedSetTuple<Individual> tuple)
|
|
static
|
Helper.intersectionTuple(SortedSet<T> set,
SortedSetTuple<T> tuple)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||