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

Uses of Class
eworks.RQL.model.Projection

Packages that use Projection
eworks.RQL.model   
 

Uses of Projection in eworks.RQL.model
 

Methods in eworks.RQL.model that return Projection
 Projection ProjectionList.get(int i)
          Returns the i-th projection that is encapsulated by this projection list.
 

Methods in eworks.RQL.model with parameters of type Projection
 void ProjectionList.add(Projection projection)
          Adds a new projection to this projection list.
 

Constructors in eworks.RQL.model with parameters of type Projection
ProjectionList(Projection projection)
          Creates a new projection list and encapsulates a certain projection.
 


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