org.dllearner.kb.extraction
Class Configuration
java.lang.Object
org.dllearner.kb.extraction.Configuration
public class Configuration
- extends Object
Stores all configuration settings. this class collects all configuration
information see the other classes, which are used as attributes here
- Author:
- Sebastian Hellmann
|
Constructor Summary |
Configuration(TupleAquisitor tupelAquisitor,
Manipulator manipulator,
int recursiondepth,
boolean getAllSuperClasses,
boolean closeAfterRecursion,
boolean getPropertyInformation,
int breakSuperClassesAfter)
|
Configuration(TupleAquisitor tupelAquisitor,
Manipulator manipulator,
int recursiondepth,
boolean getAllSuperClasses,
boolean closeAfterRecursion,
boolean getPropertyInformation,
int breakSuperClassesAfter,
OWLAPIOntologyCollector owlAPIOntologyCollector)
|
Configuration
public Configuration(TupleAquisitor tupelAquisitor,
Manipulator manipulator,
int recursiondepth,
boolean getAllSuperClasses,
boolean closeAfterRecursion,
boolean getPropertyInformation,
int breakSuperClassesAfter)
Configuration
public Configuration(TupleAquisitor tupelAquisitor,
Manipulator manipulator,
int recursiondepth,
boolean getAllSuperClasses,
boolean closeAfterRecursion,
boolean getPropertyInformation,
int breakSuperClassesAfter,
OWLAPIOntologyCollector owlAPIOntologyCollector)
getBreakSuperClassesAfter
public int getBreakSuperClassesAfter()
isCloseAfterRecursion
public boolean isCloseAfterRecursion()
isGetAllSuperClasses
public boolean isGetAllSuperClasses()
getManipulator
public Manipulator getManipulator()
getRecursiondepth
public int getRecursiondepth()
getTupelAquisitor
public TupleAquisitor getTupelAquisitor()
isOptimizeForDLLearner
public boolean isOptimizeForDLLearner()
isGetPropertyInformation
public boolean isGetPropertyInformation()
getOwlAPIOntologyCollector
public OWLAPIOntologyCollector getOwlAPIOntologyCollector()
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2008 Jens Lehmann