org.dllearner.core.configurators
Class PelletReasonerConfigurator

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

public class PelletReasonerConfigurator
extends Object
implements Configurator

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


Constructor Summary
PelletReasonerConfigurator(PelletReasoner pelletReasoner)
           
 
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 PelletReasoner getPelletReasoner(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

PelletReasonerConfigurator

public PelletReasonerConfigurator(PelletReasoner pelletReasoner)
Parameters:
pelletReasoner - see PelletReasoner
Method Detail

getPelletReasoner

public static PelletReasoner getPelletReasoner(Set<AbstractKnowledgeSource> knowledgeSource)
Parameters:
knowledgeSource - see knowledgeSource
Returns:
PelletReasoner

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