it.unibz.inf.ontop.owlapi.resultset.TupleOWLResultSet Maven / Gradle / Ivy
The newest version!
package it.unibz.inf.ontop.owlapi.resultset;
import org.semanticweb.owlapi.model.*;
import java.util.List;
public interface TupleOWLResultSet extends IterableOWLResultSet {
int getColumnCount() throws OWLException;
List getSignature() throws OWLException;
int getFetchSize() throws OWLException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy