org.dllearner.core.configurators
Class FastInstanceCheckerConfigurator

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

public class FastInstanceCheckerConfigurator
extends Object
implements Configurator

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


Constructor Summary
FastInstanceCheckerConfigurator(FastInstanceChecker fastInstanceChecker)
           
 
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 FastInstanceChecker getFastInstanceChecker(Set<AbstractKnowledgeSource> knowledgeSource)
           
 URL getOwlLinkURL()
          owlLinkURL the URL to the remote OWLlink server.
 String getReasonerType()
          reasonerType FaCT++, HermiT, OWLlink or Pellet to dematerialize.
 boolean isReinitNecessary()
          true, if this component needs reinitializsation.
 void setDefaultNegation(boolean defaultNegation)
           
 void setOwlLinkURL(URL owlLinkURL)
           
 void setReasonerType(String reasonerType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastInstanceCheckerConfigurator

public FastInstanceCheckerConfigurator(FastInstanceChecker fastInstanceChecker)
Parameters:
fastInstanceChecker - see FastInstanceChecker
Method Detail

getFastInstanceChecker

public static FastInstanceChecker getFastInstanceChecker(Set<AbstractKnowledgeSource> knowledgeSource)
Parameters:
knowledgeSource - see knowledgeSource
Returns:
FastInstanceChecker

getReasonerType

public String getReasonerType()
reasonerType FaCT++, HermiT, OWLlink or Pellet to dematerialize. mandatory: false| reinit necessary: true default value: pellet

Returns:
String

getOwlLinkURL

public URL getOwlLinkURL()
owlLinkURL the URL to the remote OWLlink server. mandatory: false| reinit necessary: true default value: http://localhost:8080/

Returns:
URL

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

setReasonerType

public void setReasonerType(String reasonerType)
Parameters:
reasonerType - FaCT++, HermiT, OWLlink or Pellet to dematerialize. mandatory: false| reinit necessary: true default value: pellet

setOwlLinkURL

public void setOwlLinkURL(URL owlLinkURL)
Parameters:
owlLinkURL - the URL to the remote OWLlink server. mandatory: false| reinit necessary: true default value: http://localhost:8080/

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