org.openrdf.sesame.query.rql.model
Class PropertyVar

java.lang.Object
  extended byorg.openrdf.sesame.query.rql.model.Var
      extended byorg.openrdf.sesame.query.rql.model.PropertyVar
All Implemented Interfaces:
PropertyQuery, Query, ResourceQuery

public class PropertyVar
extends Var
implements PropertyQuery


Constructor Summary
PropertyVar(String name)
           
 
Method Summary
 void evaluate(RdfSchemaSource rss, TableQueryResultListener listener)
           
 ResourceIterator getProperties(RdfSchemaSource rss)
           
 ValueIterator getResources(RdfSchemaSource rss)
           
 
Methods inherited from class org.openrdf.sesame.query.rql.model.Var
getLeader, getName, getQuery, getValue, hasLeader, hasValue, returnsSet, setLeader, setValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openrdf.sesame.query.rql.model.ResourceQuery
returnsSet
 
Methods inherited from interface org.openrdf.sesame.query.rql.model.Query
getQuery
 

Constructor Detail

PropertyVar

public PropertyVar(String name)
Method Detail

evaluate

public void evaluate(RdfSchemaSource rss,
                     TableQueryResultListener listener)
              throws QueryEvaluationException
Specified by:
evaluate in interface ResourceQuery
Throws:
QueryEvaluationException

getResources

public ValueIterator getResources(RdfSchemaSource rss)
Specified by:
getResources in interface ResourceQuery

getProperties

public ResourceIterator getProperties(RdfSchemaSource rss)
Specified by:
getProperties in interface PropertyQuery


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