All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.coode.dlquery.ReasonerQueryInvoker Maven / Gradle / Ivy

There is a newer version: 4.0.1
Show newest version
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