org.dllearner.kb.extraction
Class Manager
java.lang.Object
org.dllearner.kb.extraction.Manager
public class Manager
- extends Object
An object of this class encapsulates everything.
- Author:
- Sebastian Hellmann
Manager
public Manager()
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)
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann