
org.coode.dlquery.ReasonerQueryInvoker Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.coode.dlquery Show documentation
Show all versions of org.coode.dlquery Show documentation
A plug-in for Protege that provides a reasoner-backed query capability.
package org.coode.dlquery;
import java.util.Set;
import org.semanticweb.owlapi.model.OWLClassExpression;
import org.semanticweb.owlapi.model.OWLObject;
import org.semanticweb.owlapi.reasoner.OWLReasoner;
/**
* Author: Matthew Horridge
* The University Of Manchester
* Medical Informatics Group
* Date: 11-Oct-2006
*
* [email protected]
* www.cs.man.ac.uk/~horridgm
*/
public interface ReasonerQueryInvoker {
public Set getAnswer(OWLReasoner reasoner, OWLClassExpression description);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy