org.dllearner.core.configurators
Class DIGReasonerConfigurator

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

public class DIGReasonerConfigurator
extends Object
implements Configurator

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

DIGReasonerConfigurator

public DIGReasonerConfigurator(DIGReasoner dIGReasoner)
Parameters:
dIGReasoner - see DIGReasoner
Method Detail

getDIGReasoner

public static DIGReasoner getDIGReasoner(Set<AbstractKnowledgeSource> knowledgeSource)
Parameters:
knowledgeSource - see knowledgeSource
Returns:
DIGReasoner

getReasonerUrl

public String getReasonerUrl()
reasonerUrl URL of the DIG reasoner. mandatory: false| reinit necessary: true default value: null

Returns:
String

getWriteDIGProtocol

public boolean getWriteDIGProtocol()
writeDIGProtocol specifies whether or not to write a protocoll of send and received DIG requests. mandatory: false| reinit necessary: true default value: false

Returns:
boolean

getDigProtocolFile

public String getDigProtocolFile()
digProtocolFile the file to store the DIG protocol. mandatory: false| reinit necessary: true default value: log/digProtocol.txt

Returns:
String

setReasonerUrl

public void setReasonerUrl(String reasonerUrl)
Parameters:
reasonerUrl - URL of the DIG reasoner. mandatory: false| reinit necessary: true default value: null

setWriteDIGProtocol

public void setWriteDIGProtocol(boolean writeDIGProtocol)
Parameters:
writeDIGProtocol - specifies whether or not to write a protocoll of send and received DIG requests. mandatory: false| reinit necessary: true default value: false

setDigProtocolFile

public void setDigProtocolFile(String digProtocolFile)
Parameters:
digProtocolFile - the file to store the DIG protocol. mandatory: false| reinit necessary: true default value: log/digProtocol.txt

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