|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dllearner.core.configurators.OWLAPIReasonerConfigurator
public class OWLAPIReasonerConfigurator
automatically generated, do not edit manually. run org.dllearner.scripts.ConfigJavaGenerator to update
| Constructor Summary | |
|---|---|
OWLAPIReasonerConfigurator(OWLAPIReasoner oWLAPIReasoner)
|
|
| Method Summary | |
|---|---|
static OWLAPIReasoner |
getOWLAPIReasoner(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 |
|---|
public OWLAPIReasonerConfigurator(OWLAPIReasoner oWLAPIReasoner)
oWLAPIReasoner - see OWLAPIReasoner| Method Detail |
|---|
public static OWLAPIReasoner getOWLAPIReasoner(Set<AbstractKnowledgeSource> knowledgeSource)
knowledgeSource - see knowledgeSource
public String getReasonerType()
public URL getOwlLinkURL()
public void setReasonerType(String reasonerType)
reasonerType - FaCT++, HermiT, OWLlink or Pellet, which means "fact", "hermit", "owllink" or "pellet".
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 boolean isReinitNecessary()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||