org.dllearner.core.configurators
Class OWLFileConfigurator

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

public class OWLFileConfigurator
extends Object
implements Configurator

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


Constructor Summary
OWLFileConfigurator(OWLFile oWLFile)
           
 
Method Summary
static OWLFile getOWLFile(URL url)
           
 URL getUrl()
          url URL pointing to the OWL file.
 boolean isReinitNecessary()
          true, if this component needs reinitializsation.
 void setUrl(URL url)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLFileConfigurator

public OWLFileConfigurator(OWLFile oWLFile)
Parameters:
oWLFile - see OWLFile
Method Detail

getOWLFile

public static OWLFile getOWLFile(URL url)
Parameters:
url - URL pointing to the OWL file
Returns:
OWLFile

getUrl

public URL getUrl()
url URL pointing to the OWL file. mandatory: true| reinit necessary: true default value: null

Returns:
URL

setUrl

public void setUrl(URL url)
Parameters:
url - URL pointing to the OWL file. mandatory: true| reinit necessary: true default value: null

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