org.dllearner.core.configurators
Class FuzzyOWLAPIReasonerConfigurator

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

public class FuzzyOWLAPIReasonerConfigurator
extends Object
implements Configurator

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


Constructor Summary
FuzzyOWLAPIReasonerConfigurator(FuzzyOWLAPIReasoner fuzzyOWLAPIReasoner)
           
 
Method Summary
static FuzzyOWLAPIReasoner getFuzzyOWLAPIReasoner(Set<AbstractKnowledgeSource> knowledgeSource)
           
 URL getOwlLinkURL()
          owlLinkURL the URL to the remote OWLlink server.
 String getReasonerType()
          reasonerType FaCT++, HermiT, OWLlink or Pellet, which means "fact", "hermit", "owllink" or "pellet".
 boolean isReinitNecessary()
          true, if this component needs reinitializsation.
 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

FuzzyOWLAPIReasonerConfigurator

public FuzzyOWLAPIReasonerConfigurator(FuzzyOWLAPIReasoner fuzzyOWLAPIReasoner)
Parameters:
fuzzyOWLAPIReasoner - see FuzzyOWLAPIReasoner
Method Detail

getFuzzyOWLAPIReasoner

public static FuzzyOWLAPIReasoner getFuzzyOWLAPIReasoner(Set<AbstractKnowledgeSource> knowledgeSource)
Parameters:
knowledgeSource - see knowledgeSource
Returns:
FuzzyOWLAPIReasoner

getReasonerType

public String getReasonerType()
reasonerType FaCT++, HermiT, OWLlink or Pellet, which means "fact", "hermit", "owllink" or "pellet". 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

setReasonerType

public void setReasonerType(String reasonerType)
Parameters:
reasonerType - FaCT++, HermiT, OWLlink or Pellet, which means "fact", "hermit", "owllink" or "pellet". 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/

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