org.openrdf.sesame.query.rql.model
Interface DataQuery

All Superinterfaces:
Query, ResourceQuery
All Known Implementing Classes:
ArraySelection, DataVar, InstanceOf, URI

public interface DataQuery
extends ResourceQuery


Method Summary
 ValueIterator getInstances(RdfSchemaSource rss)
           
 
Methods inherited from interface org.openrdf.sesame.query.rql.model.ResourceQuery
evaluate, getResources, returnsSet
 
Methods inherited from interface org.openrdf.sesame.query.rql.model.Query
getQuery
 

Method Detail

getInstances

public ValueIterator getInstances(RdfSchemaSource rss)
                           throws QueryEvaluationException
Throws:
QueryEvaluationException


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.