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

Packages that use ClassHierarchy
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.reasoning Implements the connection to other reasoner or own reasoning/caching algorithms. 
org.dllearner.refinementoperators Refinement operator implementations. 
org.dllearner.refinementoperators.fuzzydll   
 

Uses of ClassHierarchy in org.dllearner.core
 

Methods in org.dllearner.core that return ClassHierarchy
 ClassHierarchy SchemaReasoner.getClassHierarchy()
          Computes and returns the class hierarchy of the knowledge base.
 ClassHierarchy AbstractReasonerComponent.getClassHierarchy()
           
 ClassHierarchy ReasonerOld.getSubsumptionHierarchy()
          Deprecated.  
 ClassHierarchy AbstractReasonerComponent.prepareSubsumptionHierarchy()
          Creates the class hierarchy.
 

Uses of ClassHierarchy in org.dllearner.core.owl
 

Methods in org.dllearner.core.owl that return ClassHierarchy
 ClassHierarchy ClassHierarchy.clone()
           
 ClassHierarchy ClassHierarchy.cloneAndRestrict(Set<NamedClass> allowedClasses)
          The method computes a new class hierarchy, which is a copy of this one, but only the specified classes are allowed to occur.
 

Uses of ClassHierarchy in org.dllearner.reasoning
 

Methods in org.dllearner.reasoning that return ClassHierarchy
 ClassHierarchy SPARQLReasoner.getClassHierarchy()
           
 

Uses of ClassHierarchy in org.dllearner.refinementoperators
 

Constructors in org.dllearner.refinementoperators with parameters of type ClassHierarchy
RhoDRDown(AbstractReasonerComponent reasoner, ClassHierarchy subHierarchy, Description startClass, RefinementOperatorConfigurator configurator)
           
RhoDRDown(AbstractReasonerComponent reasoningService, ClassHierarchy subHierarchy, OCELConfigurator configurator, boolean applyAllFilter, boolean applyExistsFilter, boolean useAllConstructor, boolean useExistsConstructor, boolean useHasValueConstructor, int valueFrequencyThreshold, boolean useCardinalityRestrictions, boolean useNegation, boolean useBooleanDatatypes, boolean useDoubleDatatypes, NamedClass startClass)
           
 

Uses of ClassHierarchy in org.dllearner.refinementoperators.fuzzydll
 

Constructors in org.dllearner.refinementoperators.fuzzydll with parameters of type ClassHierarchy
FuzzyRhoDRDown(AbstractReasonerComponent reasoner, ClassHierarchy subHierarchy, Description startClass, RefinementOperatorConfigurator configurator)
           
FuzzyRhoDRDown(AbstractReasonerComponent reasoningService, ClassHierarchy subHierarchy, OCELConfigurator configurator, boolean applyAllFilter, boolean applyExistsFilter, boolean useAllConstructor, boolean useExistsConstructor, boolean useHasValueConstructor, int valueFrequencyThreshold, boolean useCardinalityRestrictions, boolean useNegation, boolean useBooleanDatatypes, boolean useDoubleDatatypes, NamedClass startClass)
           
 



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