org.dllearner.core.configurators
Class PelletReasonerConfigurator
java.lang.Object
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
PelletReasonerConfigurator
public PelletReasonerConfigurator(PelletReasoner pelletReasoner)
- Parameters:
pelletReasoner - see PelletReasoner
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
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann