org.openrdf.sesame.query.rql.model
Interface ResourceQuery
- All Superinterfaces:
- Query
- All Known Subinterfaces:
- ClassQuery, DataQuery, PropertyQuery, SetQuery
- All Known Implementing Classes:
- ArraySelection, ClassVar, Constant, DataVar, Domain, InstanceOf, Intersect, Minus, PropertyVar, Range, RdfProperty, RdfsClass, SfwQuery, SubClassOf, SubPropertyOf, SuperClassOf, SuperPropertyOf, TypeOf, Union, URI, Var
- public interface ResourceQuery
- extends Query
A ResourceQuery is a Query that evaluates to a set of resources.
| Methods inherited from interface org.openrdf.sesame.query.rql.model.Query |
getQuery |
evaluate
public void evaluate(RdfSchemaSource rss,
TableQueryResultListener listener)
throws QueryEvaluationException
- Throws:
QueryEvaluationException
getResources
public ValueIterator getResources(RdfSchemaSource rss)
throws QueryEvaluationException
- Throws:
QueryEvaluationException
returnsSet
public boolean returnsSet()
Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.