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

Uses of Class
eworks.RQL.model.Range

Packages that use Range
eworks.RQL.model   
 

Uses of Range in eworks.RQL.model
 

Subclasses of Range in eworks.RQL.model
 class InstancesOfClassRange
          Represents a RQL range that retrieves instances of "RDFS classes".
 class StatementRange
          Represents a RQL range that retrieves "RDF statements".
 

Methods in eworks.RQL.model that return Range
 Range RangeList.get(int i)
          Returns the i-th range that is encapsulated by this range list.
 

Methods in eworks.RQL.model with parameters of type Range
 void RangeList.add(Range range)
          Adds a new range to this range list.
 

Constructors in eworks.RQL.model with parameters of type Range
RangeList(Range range)
          Creates a new range list encapsulating a single range.
 


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