public class DLQueryTool extends Object
OWLOntology
.
TODO decide on final package and nameConstructor and Description |
---|
DLQueryTool() |
Modifier and Type | Method and Description |
---|---|
static Set<org.semanticweb.owlapi.model.OWLClass> |
executeDLQuery(String dlQuery,
OWLGraphWrapper graph,
org.semanticweb.owlapi.reasoner.OWLReasonerFactory reasonerFactory)
Execute the DL query on the given ontology graph.
|
public static Set<org.semanticweb.owlapi.model.OWLClass> executeDLQuery(String dlQuery, OWLGraphWrapper graph, org.semanticweb.owlapi.reasoner.OWLReasonerFactory reasonerFactory) throws org.semanticweb.owlapi.expression.ParserException, org.semanticweb.owlapi.model.OWLOntologyCreationException
OWLReasoner
for an internal query ontology.dlQuery
- graph
- reasonerFactory
- OWLClass
whichorg.semanticweb.owlapi.expression.ParserException
org.semanticweb.owlapi.model.OWLOntologyCreationException
Copyright © 2010–2015. All rights reserved.