org.dllearner.kb.extraction
Class Configuration

java.lang.Object
  extended by 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)
           
 
Method Summary
 int getBreakSuperClassesAfter()
           
 Manipulator getManipulator()
           
 OWLAPIOntologyCollector getOwlAPIOntologyCollector()
           
 int getRecursiondepth()
           
 TupleAquisitor getTupelAquisitor()
           
 boolean isCloseAfterRecursion()
           
 boolean isGetAllSuperClasses()
           
 boolean isGetPropertyInformation()
           
 boolean isOptimizeForDLLearner()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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()


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2008 Jens Lehmann