Package org.openrdf.sesame.query.rql.model

Interface Summary
BooleanQuery  
ClassQuery  
DataQuery  
PropertyQuery  
Query The top interface of all queries.
ResourceQuery A ResourceQuery is a Query that evaluates to a set of resources.
Selector  
SetQuery  
 

Class Summary
And  
ArraySelection  
BooleanConstant  
ClassSelector  
ClassVar  
CompareTo Comparison operators on various types of operands.
Constant  
DataPathSelector  
DataVar A DataVar is a variable that holds information on the actual metadata (as opposed to the schema information).
Domain  
DomainSelector  
Exists  
Forall  
In  
InstanceOf  
InstanceSelector  
IntegerConstant  
Intersect Intersect represents a set query where the result is the intersection of the result sets of the two arguments.
Intersection An intersection of classes.
Like  
Minus Minus represents a set query where the result is the difference of the result sets of the two arguments.
Not  
Or  
Projection An object structure representing an instantiation of a select-clause.
PropertySelector  
PropertyVar  
Range  
RangeSelector  
RdfProperty  
RdfsClass  
RealConstant  
SfwQuery  
StringConstant  
SubClassOf  
SubPropertyOf  
SuperClassOf  
SuperPropertyOf  
TypeOf  
Union Union represents a set query where the result is the union of the result sets of the two arguments.
UnknownSelector UnknownSelector is a preprocessing object which is necessary because it is not always possible at parsing time to decide whether a path expresion is a InstanceSelector or a DataPathSelector.
URI  
Var  
 



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