Uses of Class
org.dllearner.utilities.datastructures.SortedSetTuple

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
 

Methods in org.dllearner.reasoning that return SortedSetTuple
static SortedSetTuple<String> FastRetrieval.calculateAllSet(FlatABox abox, String roleName, SortedSetTuple<String> child)
           
static SortedSetTuple<String> FastRetrieval.calculateConjunctionSets(SortedSetTuple<String> child1, SortedSetTuple<String> child2)
           
static SortedSetTuple<String> FastRetrieval.calculateDisjunctionSets(SortedSetTuple<String> child1, SortedSetTuple<String> child2)
           
static SortedSetTuple<String> FastRetrieval.calculateExistsSet(FlatABox abox, String roleName, SortedSetTuple<String> child)
           
static SortedSetTuple<String> FastRetrieval.calculateNegationSet(SortedSetTuple<String> child)
           
 SortedSetTuple<String> FastRetrieval.calculateSets(Description concept)
           
 SortedSetTuple<String> FastRetrieval.calculateSetsADC(Description concept, SortedSetTuple<String> adcSet)
           
 SortedSetTuple<Individual> SPARQLReasoner.doubleRetrieval(Description description)
           
 SortedSetTuple<Individual> FastRetrievalReasoner.doubleRetrievalImpl(Description concept)
           
 

Methods in org.dllearner.reasoning with parameters of type SortedSetTuple
static SortedSetTuple<String> FastRetrieval.calculateAllSet(FlatABox abox, String roleName, SortedSetTuple<String> child)
           
static SortedSetTuple<String> FastRetrieval.calculateConjunctionSets(SortedSetTuple<String> child1, SortedSetTuple<String> child2)
           
static SortedSetTuple<String> FastRetrieval.calculateConjunctionSets(SortedSetTuple<String> child1, SortedSetTuple<String> child2)
           
static SortedSetTuple<String> FastRetrieval.calculateDisjunctionSets(SortedSetTuple<String> child1, SortedSetTuple<String> child2)
           
static SortedSetTuple<String> FastRetrieval.calculateDisjunctionSets(SortedSetTuple<String> child1, SortedSetTuple<String> child2)
           
static SortedSetTuple<String> FastRetrieval.calculateExistsSet(FlatABox abox, String roleName, SortedSetTuple<String> child)
           
static SortedSetTuple<String> FastRetrieval.calculateNegationSet(SortedSetTuple<String> child)
           
 SortedSetTuple<String> FastRetrieval.calculateSetsADC(Description concept, SortedSetTuple<String> adcSet)
           
 

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
<T> SortedSet<T>
Helper.intersectionTuple(SortedSet<T> set, SortedSetTuple<T> tuple)
           
 



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