|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dllearner.core.configurators.DIGReasonerConfigurator
public class DIGReasonerConfigurator
automatically generated, do not edit manually. run org.dllearner.scripts.ConfigJavaGenerator to update
| Constructor Summary | |
|---|---|
DIGReasonerConfigurator(DIGReasoner dIGReasoner)
|
|
| Method Summary | |
|---|---|
String |
getDigProtocolFile()
digProtocolFile the file to store the DIG protocol. |
static DIGReasoner |
getDIGReasoner(Set<AbstractKnowledgeSource> knowledgeSource)
|
String |
getReasonerUrl()
reasonerUrl URL of the DIG reasoner. |
boolean |
getWriteDIGProtocol()
writeDIGProtocol specifies whether or not to write a protocoll of send and received DIG requests. |
boolean |
isReinitNecessary()
true, if this component needs reinitializsation. |
void |
setDigProtocolFile(String digProtocolFile)
|
void |
setReasonerUrl(String reasonerUrl)
|
void |
setWriteDIGProtocol(boolean writeDIGProtocol)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DIGReasonerConfigurator(DIGReasoner dIGReasoner)
dIGReasoner - see DIGReasoner| Method Detail |
|---|
public static DIGReasoner getDIGReasoner(Set<AbstractKnowledgeSource> knowledgeSource)
knowledgeSource - see knowledgeSource
public String getReasonerUrl()
public boolean getWriteDIGProtocol()
public String getDigProtocolFile()
public void setReasonerUrl(String reasonerUrl)
reasonerUrl - URL of the DIG reasoner.
mandatory: false| reinit necessary: true
default value: nullpublic void setWriteDIGProtocol(boolean writeDIGProtocol)
writeDIGProtocol - specifies whether or not to write a protocoll of send and received DIG requests.
mandatory: false| reinit necessary: true
default value: falsepublic void setDigProtocolFile(String digProtocolFile)
digProtocolFile - the file to store the DIG protocol.
mandatory: false| reinit necessary: true
default value: log/digProtocol.txtpublic boolean isReinitNecessary()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||