org.dllearner.kb.extraction
Class Manager

java.lang.Object
  extended by org.dllearner.kb.extraction.Manager

public class Manager
extends Object

An object of this class encapsulates everything.

Author:
Sebastian Hellmann

Constructor Summary
Manager()
           
 
Method Summary
 void addProgressMonitor(ProgressMonitor mon)
           
 List<Node> extract(Set<String> instances)
           
 Configuration getConfiguration()
           
 int getNrOfExtractedTriples()
          Deprecated. 
 String getNTripleForAllExtractedNodes()
           
 String getNTripleForNodes(List<Node> nodes)
           
 org.semanticweb.owlapi.model.OWLOntology getOWLAPIOntologyForNodes(List<Node> nodes, boolean saveOntology)
           
 URL getPhysicalOntologyURL()
           
 void stop()
          Stops the algorithm...
 void useConfiguration(Configuration configuration)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Manager

public Manager()
Method Detail

useConfiguration

public void useConfiguration(Configuration configuration)

stop

public void stop()
Stops the algorithm... meaning only the remaining sparql queries will not be processed anymore


extract

public List<Node> extract(Set<String> instances)

getOWLAPIOntologyForNodes

public org.semanticweb.owlapi.model.OWLOntology getOWLAPIOntologyForNodes(List<Node> nodes,
                                                                          boolean saveOntology)

getPhysicalOntologyURL

public URL getPhysicalOntologyURL()
                           throws MalformedURLException
Throws:
MalformedURLException

getNTripleForAllExtractedNodes

public String getNTripleForAllExtractedNodes()

getNTripleForNodes

public String getNTripleForNodes(List<Node> nodes)

getConfiguration

public Configuration getConfiguration()

getNrOfExtractedTriples

@Deprecated
public int getNrOfExtractedTriples()
Deprecated. 


addProgressMonitor

public void addProgressMonitor(ProgressMonitor mon)


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