Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package nl.aidministrator.rdf.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  
 

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  
Like  
Not  
Or  
PropertySelector  
PropertyVar  
Range  
RangeSelector  
RdfProperty  
RdfsClass  
RealConstant  
SfwQuery  
StringConstant  
SubClassOf  
SubPropertyOf  
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