|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dllearner.core.configurators.FastInstanceCheckerConfigurator
public class FastInstanceCheckerConfigurator
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 |
|---|
public FastInstanceCheckerConfigurator(FastInstanceChecker fastInstanceChecker)
fastInstanceChecker - see FastInstanceChecker| Method Detail |
|---|
public static FastInstanceChecker getFastInstanceChecker(Set<AbstractKnowledgeSource> knowledgeSource)
knowledgeSource - see knowledgeSource
public String getReasonerType()
public URL getOwlLinkURL()
public boolean getDefaultNegation()
public void setReasonerType(String reasonerType)
reasonerType - FaCT++, HermiT, OWLlink or Pellet to dematerialize.
mandatory: false| reinit necessary: true
default value: pelletpublic void setOwlLinkURL(URL owlLinkURL)
owlLinkURL - the URL to the remote OWLlink server.
mandatory: false| reinit necessary: true
default value: http://localhost:8080/public void setDefaultNegation(boolean defaultNegation)
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: truepublic boolean isReinitNecessary()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||