Uses of Class
org.apache.clerezza.rdf.core.sparql.query.ResourceOrVariable

Packages that use ResourceOrVariable
org.apache.clerezza.rdf.core.sparql.query   
org.apache.clerezza.rdf.core.sparql.query.impl   
 

Uses of ResourceOrVariable in org.apache.clerezza.rdf.core.sparql.query
 

Subclasses of ResourceOrVariable in org.apache.clerezza.rdf.core.sparql.query
 class UriRefOrVariable
          Wraps either a UriRef or a Variable.
 

Methods in org.apache.clerezza.rdf.core.sparql.query that return ResourceOrVariable
 ResourceOrVariable TriplePattern.getObject()
           
 ResourceOrVariable TriplePattern.getSubject()
           
 

Methods in org.apache.clerezza.rdf.core.sparql.query that return types with arguments of type ResourceOrVariable
 List<ResourceOrVariable> DescribeQuery.getResourcesToDescribe()
          Gets the list of ResourceOrVariables to describe.
 

Uses of ResourceOrVariable in org.apache.clerezza.rdf.core.sparql.query.impl
 

Methods in org.apache.clerezza.rdf.core.sparql.query.impl that return ResourceOrVariable
 ResourceOrVariable SimpleTriplePattern.getObject()
           
 ResourceOrVariable SimpleTriplePattern.getSubject()
           
 

Methods in org.apache.clerezza.rdf.core.sparql.query.impl that return types with arguments of type ResourceOrVariable
 List<ResourceOrVariable> SimpleDescribeQuery.getResourcesToDescribe()
           
 

Methods in org.apache.clerezza.rdf.core.sparql.query.impl with parameters of type ResourceOrVariable
 void SimpleDescribeQuery.addResourceToDescribe(ResourceOrVariable node)
           
 

Constructors in org.apache.clerezza.rdf.core.sparql.query.impl with parameters of type ResourceOrVariable
SimpleTriplePattern(ResourceOrVariable subject, UriRefOrVariable predicate, ResourceOrVariable object)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.