Interface Query

All Superinterfaces:
Operation
All Known Subinterfaces:
BooleanQuery, GraphQuery, TupleQuery
All Known Implementing Classes:
AbstractHTTPQuery, AbstractParserQuery, AbstractParserQuery, AbstractQuery, DelegatingGraphQuery, DelegatingTupleQuery, FedXBooleanQuery, FedXGraphQuery, FedXTupleQuery, HTTPBooleanQuery, HTTPGraphQuery, HTTPTupleQuery, LoggingGraphQuery, LoggingTupleQuery, ResultCachingGraphQuery, ResultCachingTupleQuery, SailBooleanQuery, SailGraphQuery, SailQuery, SailTupleQuery, SPARQLBooleanQuery, SPARQLGraphQuery, SPARQLTupleQuery

public interface Query extends Operation
A query on a repository that can be formulated in one of the supported query languages (for example SPARQL). It allows one to predefine bindings in the query to be able to reuse the same query with different bindings.
Author:
Arjohn Kampman, jeen