org.dllearner.utilities.components
Class ReasonerComponentFactory

java.lang.Object
  extended by org.dllearner.utilities.components.ReasonerComponentFactory

public class ReasonerComponentFactory
extends Object

Factory class for reasoners.

Author:
Sebastian Hellmann, Jens Lehmann

Constructor Summary
ReasonerComponentFactory()
           
 
Method Summary
static AbstractReasonerComponent getReasonerComponent(String ontologyFile, ReasonerType type)
          Simple method for creating a reasoner component.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReasonerComponentFactory

public ReasonerComponentFactory()
Method Detail

getReasonerComponent

public static AbstractReasonerComponent getReasonerComponent(String ontologyFile,
                                                             ReasonerType type)
Simple method for creating a reasoner component.

Parameters:
ontologyFile - URI or path to OWL ontology file.
type - Reasoner type.
Returns:
A reasoner component.


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