eRqlEngine API documentation - http://www.wleklinski.de/rdf/

Uses of Class
eworks.RQL.model.RangeList

Packages that use RangeList
eworks.RQL.model   
 

Uses of RangeList in eworks.RQL.model
 

Methods in eworks.RQL.model that return RangeList
 RangeList Query.getRange()
          Returns this query's range.
 

Methods in eworks.RQL.model with parameters of type RangeList
 void Query.setRange(RangeList rangeList)
          Sets this query's range.
 

Constructors in eworks.RQL.model with parameters of type RangeList
Query(ProjectionList pl, RangeList rangeList, DisjunctionCondition c, boolean distinct)
          Creates a new query with a certain projection list, range list and disjunction condition.
 


eRqlEngine API documentation - http://www.wleklinski.de/rdf/