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

All Superinterfaces:
Query, ResourceQuery
All Known Implementing Classes:
ArraySelection, PropertyVar, RdfProperty, SubPropertyOf, SuperPropertyOf, URI

public interface PropertyQuery
extends ResourceQuery


Method Summary
 ResourceIterator getProperties(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

getProperties

public ResourceIterator getProperties(RdfSchemaSource rss)
                               throws QueryEvaluationException
Throws:
QueryEvaluationException


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