org.dllearner.core.configurators
Class ProtegeReasonerConfigurator

java.lang.Object
  extended by org.dllearner.core.configurators.ProtegeReasonerConfigurator
All Implemented Interfaces:
Configurator

public class ProtegeReasonerConfigurator
extends Object
implements Configurator

automatically generated, do not edit manually. run org.dllearner.scripts.ConfigJavaGenerator to update


Constructor Summary
ProtegeReasonerConfigurator(ProtegeReasoner protegeReasoner)
           
 
Method Summary
 boolean getDefaultNegation()
          defaultNegation Whether to use default negation, i.e. an instance not being in a class means that it is in the negation of the class..
static ProtegeReasoner getProtegeReasoner(Set<AbstractKnowledgeSource> knowledgeSource)
           
 boolean isReinitNecessary()
          true, if this component needs reinitializsation.
 void setDefaultNegation(boolean defaultNegation)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtegeReasonerConfigurator

public ProtegeReasonerConfigurator(ProtegeReasoner protegeReasoner)
Parameters:
protegeReasoner - see ProtegeReasoner
Method Detail

getProtegeReasoner

public static ProtegeReasoner getProtegeReasoner(Set<AbstractKnowledgeSource> knowledgeSource)
Parameters:
knowledgeSource - see knowledgeSource
Returns:
ProtegeReasoner

getDefaultNegation

public boolean getDefaultNegation()
defaultNegation Whether to use default negation, i.e. an instance not being in a class means that it is in the negation of the class.. mandatory: false| reinit necessary: true default value: true

Returns:
boolean

setDefaultNegation

public void setDefaultNegation(boolean defaultNegation)
Parameters:
defaultNegation - Whether to use default negation, i.e. an instance not being in a class means that it is in the negation of the class.. mandatory: false| reinit necessary: true default value: true

isReinitNecessary

public boolean isReinitNecessary()
true, if this component needs reinitializsation.

Returns:
boolean


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