Uses of Class
org.dllearner.reasoning.ReasonerType

Packages that use ReasonerType
org.dllearner.core Core structure of DL-Learner including the definition of component types and a component manager. 
org.dllearner.reasoning Implements the connection to other reasoner or own reasoning/caching algorithms. 
org.dllearner.reasoning.fuzzydll   
org.dllearner.utilities.components   
 

Uses of ReasonerType in org.dllearner.core
 

Methods in org.dllearner.core that return ReasonerType
abstract  ReasonerType AbstractReasonerComponent.getReasonerType()
          Gets the type of the underlying reasoner.
 ReasonerType ReasonerOld.getReasonerType()
          Deprecated.  
 

Uses of ReasonerType in org.dllearner.reasoning
 

Methods in org.dllearner.reasoning that return ReasonerType
 ReasonerType ProtegeReasoner.getReasonerType()
           
 ReasonerType OWLAPIReasoner.getReasonerType()
           
 ReasonerType PelletReasoner.getReasonerType()
           
 ReasonerType DIGReasoner.getReasonerType()
           
 ReasonerType FastRetrievalReasoner.getReasonerType()
           
 ReasonerType FastInstanceChecker.getReasonerType()
           
static ReasonerType ReasonerType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReasonerType[] ReasonerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ReasonerType in org.dllearner.reasoning.fuzzydll
 

Methods in org.dllearner.reasoning.fuzzydll that return ReasonerType
 ReasonerType FuzzyOWLAPIReasoner.getReasonerType()
           
 

Uses of ReasonerType in org.dllearner.utilities.components
 

Methods in org.dllearner.utilities.components with parameters of type ReasonerType
static AbstractReasonerComponent ReasonerComponentFactory.getReasonerComponent(String ontologyFile, ReasonerType type)
          Simple method for creating a reasoner component.
 



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