it.unibz.inf.ontop.owlapi.resultset.BooleanOWLResultSet Maven / Gradle / Ivy
The newest version!
package it.unibz.inf.ontop.owlapi.resultset;
import org.semanticweb.owlapi.model.OWLException;
public interface BooleanOWLResultSet extends OWLResultSet {
boolean getValue() throws OWLException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy